1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/pkg/oonf_api/Makefile.include

6 lines
150 B
Makefile
Raw Normal View History

INCLUDES += -I$(BINDIRBASE)/pkg/$(BOARD)/oonf_api/src-api
2016-11-23 17:02:47 +01:00
ifeq ($(shell uname -s),Darwin)
CFLAGS += -Wno-reserved-id-macro -Wno-keyword-macro
endif