Skip to content

Commit 643f360

Browse files
nashifAnas Nashif
authored andcommitted
crypto: include tinycrypt only when enabled
Change-Id: Iea978586a529539255351fb05c7c76ca30baf8ce Signed-off-by: Anas Nashif <[email protected]>
1 parent 278f057 commit 643f360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/crypto/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ccflags-y += -I${srctree}/ext/lib/crypto/tinycrypt/include
1+
ccflags-$(CONFIG_CRYPTO_TINYCRYPT_SHIM) += -I${srctree}/ext/lib/crypto/tinycrypt/include
22

33
obj-$(CONFIG_CRYPTO_TINYCRYPT_SHIM) += tc_shim.o
44
obj-$(CONFIG_ATAES132A) += crypto_ataes132a.o

0 commit comments

Comments
 (0)