2017-02-25 15:41:39 +01:00
|
|
|
INCLUDES += -I$(PKGDIRBASE)/micro-ecc
|
2018-08-07 16:27:35 +02:00
|
|
|
|
|
|
|
ifneq (,$(filter cortex-m0%,$(CPU_ARCH)))
|
|
|
|
# LLVM/clang can't handle the inline assembler instructions on M0 in this
|
|
|
|
# package
|
|
|
|
TOOLCHAINS_BLACKLIST += llvm
|
|
|
|
endif
|