diff options
author | Aloys Augustin <aloaugus@cisco.com> | 2019-04-01 16:43:29 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-04-03 13:27:31 +0000 |
commit | 7cae003a68ed3e1022bcc8d33d0b5375918a83f7 (patch) | |
tree | 925ea0ad3065bf349512f6caf684ad64be92262c /build/external/Makefile | |
parent | 02ad5bc0a83c8b26e8210ebab1e8691d8be39660 (diff) |
QUIC: Build system update
Download a single tarball with the sources of quicly and its dependencies from github instead of cloning submodules.
Change-Id: Id9955565d46f595b3a14ba3408c24045d4acd296
Signed-off-by: Aloys Augustin <aloaugus@cisco.com>
Diffstat (limited to 'build/external/Makefile')
-rw-r--r-- | build/external/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/external/Makefile b/build/external/Makefile index 084d694e88c..aed8b2ecb27 100644 --- a/build/external/Makefile +++ b/build/external/Makefile @@ -30,6 +30,7 @@ I := $(INSTALL_DIR) include packages.mk include packages/nasm.mk include packages/ipsec-mb.mk +include packages/quicly.mk include packages/dpdk.mk include packages/rdma-core.mk @@ -38,7 +39,7 @@ clean: @rm -rf $(B) $(I) .PHONY: install -install: dpdk-install rdma-core-install +install: dpdk-install rdma-core-install quicly-install .PHONY: config config: dpdk-config rdma-core-config |