1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/oonf_api/Makefile.include

6 lines
137 B
Makefile
Raw Normal View History

2017-02-25 15:41:39 +01:00
INCLUDES += -I$(PKGDIRBASE)/oonf_api/src-api
2016-11-23 17:02:47 +01:00
ifeq ($(TOOLCHAIN), llvm)
CFLAGS += -Wno-keyword-macro -Wno-parentheses-equality
2016-11-23 17:02:47 +01:00
endif