mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
298 B
Makefile
13 lines
298 B
Makefile
NATIVEINCLUDES += -I$(RIOTCPU)/native/include -I$(RIOTBASE)/sys/include
|
|
|
|
# Local include for OSX
|
|
ifeq ($(BUILDOSXNATIVE),1)
|
|
NATIVEINCLUDES += -I$(RIOTCPU)/native/osx-libc-extra
|
|
endif
|
|
|
|
ifneq (,$(filter can_linux,$(USEMODULE)))
|
|
LINKFLAGS += -lsocketcan
|
|
endif
|
|
|
|
TOOLCHAINS_SUPPORTED = gnu llvm afl
|