mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
367 B
Makefile
10 lines
367 B
Makefile
INCLUDES += -I$(PKGDIRBASE)/jerryscript/jerry-core/include
|
|
INCLUDES += -I$(PKGDIRBASE)/jerryscript/jerry-ext/include
|
|
|
|
ifneq (,$(filter cortex-m%,$(CPU_ARCH)))
|
|
# jerryscript package package is not using system includes right now, so
|
|
# many newlib hearders (not even stdio.h) is found
|
|
# Fixed in #9821 (so remove when merged)
|
|
TOOLCHAINS_BLACKLIST += llvm
|
|
endif
|