mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/cryptoauthlib: add includes to cflags for llvm
This commit is contained in:
parent
81d348cafd
commit
1ee1ffa1e3
@ -11,9 +11,11 @@ include $(RIOTBASE)/pkg/pkg.mk
|
||||
|
||||
CMAKE_MINIMAL_VERSION = 3.6.0
|
||||
|
||||
CFLAGS += $(INCLUDES)
|
||||
CFLAGS += -Wno-missing-field-initializers -Wno-unused-function
|
||||
CFLAGS += -Wno-type-limits -Wno-strict-aliasing -Wno-unused-variable -DATCA_HAL_I2C
|
||||
CFLAGS += -Wno-unused-parameter -Wno-sign-compare -Wno-overflow -Wno-pointer-to-int-cast
|
||||
CFLAGS += -Wno-char-subscripts
|
||||
|
||||
TOOLCHAIN_FILE=$(PKG_BUILDDIR)/xcompile-toolchain.cmake
|
||||
|
||||
|
@ -14,7 +14,3 @@ ifneq (,$(filter cryptoauthlib_test,$(USEMODULE)))
|
||||
INCLUDES += -I$(PKG_TESTINCLDIR)/tng
|
||||
INCLUDES += -I$(PKG_TESTINCLDIR)/atcacert
|
||||
endif
|
||||
|
||||
ifneq (,$(filter cortex-m%,$(CPU_ARCH)))
|
||||
TOOLCHAINS_BLACKLIST += llvm
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user