You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
324 B
Makefile
13 lines
324 B
Makefile
export NATIVEINCLUDES += -I$(RIOTCPU)/native/include -I$(RIOTBASE)/sys/include
|
|
|
|
# Local include for OSX
|
|
ifeq ($(BUILDOSXNATIVE),1)
|
|
export NATIVEINCLUDES += -I$(RIOTCPU)/native/osx-libc-extra
|
|
endif
|
|
|
|
export USEMODULE += periph
|
|
|
|
ifeq ($(shell uname -s),Darwin)
|
|
export CFLAGS += -D_XOPEN_SOURCE=600 -D_DARWIN_C_SOURCE
|
|
endif
|