mirror of
https://github.com/gosticks/RIOT.git
synced 2026-08-17 23:40:22 +00:00
6 lines
135 B
Makefile
6 lines
135 B
Makefile
INCLUDES += -I$(PKGDIRBASE)/oonf_api/src-api
|
|
|
|
ifeq ($(TOOLCHAIN), llvm)
|
|
CFLAGS += -Wno-keyword-macro -Wno-parentheses-equality
|
|
endif
|