1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/relic/Makefile.include
smlng 618fd16699 tests/relic: move from unittests to regular test
This moves tests for the relic package from unittests to a regular
test, which should help to decrease binary size of unittests.
2018-11-27 20:41:26 +01:00

9 lines
315 B
Makefile

INCLUDES += -I$(PKGDIRBASE)/relic/include
ifneq (,$(filter cortex-m%,$(CPU_ARCH)))
# relic package package is not using system includes right now, so
# many newlib headers (not even stdio.h) are not found.
# Fixed in #9821 for jerryscript, should be applicable here too.
TOOLCHAINS_BLACKLIST += llvm
endif