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
4c66f72ba3
RIOT
/
cpu
/
native
/
Makefile.include
2 lines
79 B
Makefile
Raw
Normal View
History
Unescape
Escape
Don't use INCLUDES for building any native at all. native modules will never need the dynamic INCLUDES, so we define our own NATIVEINCLUDES. Due to the current make structure, the only way to not use INCLUDES is to redefine the build rules.
2014-02-27 10:30:30 +01:00
export
NATIVEINCLUDES
+=
-I
$(
RIOTCPU
)
/native/include -I
$(
RIOTBASE
)
/sys/include
Copy Permalink