1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 18:43:50 +01:00
RIOT/pkg/oonf_api/Makefile.include
2017-09-22 14:53:01 +02:00

6 lines
135 B
Makefile

INCLUDES += -I$(PKGDIRBASE)/oonf_api/src-api
ifeq ($(TOOLCHAIN), llvm)
CFLAGS += -Wno-keyword-macro -Wno-parentheses-equality
endif