This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
ed6dc701b2
RIOT
/
pkg
/
nanocoap
/
Makefile.include
3 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
make: pkg: make use of PKGDIRBASE
2017-02-25 15:41:39 +01:00
INCLUDES
+=
-I
$(
PKGDIRBASE
)
/nanocoap/nanocoap
nanocoap: add POSIX include path Since nanocoap uses `arpa/inet.h` for the address family name defintions this needs to be in the include path. In RIOT this resides in `sys/posix/include`.
2016-10-31 14:59:37 +01:00
INCLUDES
+=
-I
$(
RIOTBASE
)
/sys/posix/include
Copy Permalink