mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
pkg/cryptoauthlib: Pass ATCA_NO_HEAP Flag to library
This commit is contained in:
parent
a49863e95c
commit
2be8b22a74
@ -24,6 +24,7 @@ CFLAGS += -Wno-unused-function
|
||||
CFLAGS += -Wno-unused-parameter
|
||||
CFLAGS += -Wno-unused-variable
|
||||
CFLAGS += -Wno-format-nonliteral
|
||||
CFLAGS += -Wno-maybe-uninitialized
|
||||
|
||||
TOOLCHAIN_FILE=$(PKG_SOURCE_DIR)/xcompile-toolchain.cmake
|
||||
|
||||
@ -40,6 +41,7 @@ cryptoauth: $(PKG_BUILD_DIR)/Makefile
|
||||
$(PKG_BUILD_DIR)/Makefile: $(TOOLCHAIN_FILE)
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=$(TOOLCHAIN_FILE) \
|
||||
-Wno-dev \
|
||||
-DATCA_NO_HEAP:BOOL=TRUE \
|
||||
-B$(PKG_BUILD_DIR) \
|
||||
-H$(PKG_SOURCE_DIR)/lib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user