1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 18:52:45 +01:00
RIOT/cpu/native/Makefile.include

12 lines
268 B
Makefile
Raw Normal View History

2020-03-26 10:25:49 +01:00
NATIVEINCLUDES += -I$(RIOTCPU)/native/include -I$(RIOTBASE)/sys/include
# Local include for OSX
ifeq ($(BUILDOSXNATIVE),1)
2020-03-26 10:25:49 +01:00
NATIVEINCLUDES += -I$(RIOTCPU)/native/osx-libc-extra
endif
2017-10-20 00:17:53 +02:00
USEMODULE += periph
USEMODULE += periph_uart
TOOLCHAINS_SUPPORTED = gnu llvm afl