1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

pkg/oonf_api: fix cflags for macos

This commit is contained in:
smlng 2016-11-23 17:02:47 +01:00
parent 06d6f544b6
commit 076df5b5e2

View File

@ -1 +1,5 @@
INCLUDES += -I$(BINDIRBASE)/pkg/$(BOARD)/oonf_api/src-api
ifeq ($(shell uname -s),Darwin)
CFLAGS += -Wno-reserved-id-macro -Wno-keyword-macro
endif