This website works better with JavaScript.
Explore
Help
Sign In
marc
/
RIOT
Watch
1
Star
0
Fork
You've already forked RIOT
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13770361bb
master
pr/rotary
patch-1
pr/spi.typo
pr/gpio
cc430
dev/timer
2014.12
2014.05
2014.01
2013.08
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '13770361bb'
${ noResults }
RIOT
/
pkg
/
nanocoap
/
Makefile.include
3 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
make: pkg: make use of PKGDIRBASE
6 years ago
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`.
6 years ago
INCLUDES
+=
-I
$(
RIOTBASE
)
/sys/posix/include