1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/micro-ecc/Makefile.include

12 lines
301 B
Makefile
Raw Normal View History

2017-02-25 15:41:39 +01:00
INCLUDES += -I$(PKGDIRBASE)/micro-ecc
CFLAGS += -Wno-unused-parameter
CFLAGS += -Wno-unused-function
CFLAGS += -Wno-unused-variable
2020-06-10 13:11:32 +02:00
ifneq (,$(filter cortex-m0%,$(CPU_CORE)))
# LLVM/clang can't handle the inline assembler instructions on M0 in this
# package
TOOLCHAINS_BLACKLIST += llvm
endif