mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ac21f3c54c
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
|