This is necessary if includes have to be filtered, such as in native to throw out RIOTs posix includes which interfere with system includes.
5 lines
160 B
Makefile
5 lines
160 B
Makefile
INCLUDES += -I$(RIOTBASE)/pkg/libcoap/libcoap \
|
|
-I$(RIOTBASE)/sys/posix/include \
|
|
-I$(RIOTBASE)/sys/posix/pnet/include \
|
|
-I$(RIOTBASE)/sys/net/include
|