summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f72eb9b65a..812b5dc2c4 100644
--- a/Makefile
+++ b/Makefile
@@ -293,6 +293,7 @@ include util/lock/build.mk
ifeq ($(CONFIG_BORINGSSL_CRYPTO), y)
include third_party/boringssl/common/build.mk
+include crypto/build.mk
endif
includes+=$(includes-y)
@@ -334,6 +335,7 @@ endif
ifeq ($(CONFIG_BORINGSSL_CRYPTO), y)
all-obj-$(1)+= \
$(call objs_from_dir_p,third_party/boringssl/common,boringssl,$(1))
+all-obj-$(1)+= $(call objs_from_dir_p,crypto,crypto,$(1))
endif
endef
@@ -383,6 +385,7 @@ dirs+=libc
endif
ifeq ($(CONFIG_BORINGSSL_CRYPTO), y)
dirs+=third_party/boringssl/common
+dirs+=crypto
endif
common_dirs=util