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
7bcf896ec6
RIOT
/
cpu
/
native
/
net
/
Makefile
6 lines
84 B
Makefile
Raw
Normal View
History
Unescape
Escape
cc1100 -> nativenet
2013-08-08 11:08:33 +02:00
MODULE
=
nativenet
make: replace MAKEBASE with RIOTBASE closes https://github.com/RIOT-OS/RIOT/issues/959
2014-04-01 16:37:07 +02:00
i
n
c
l
u
d
e
$(
RIOTBASE
)
/
M
a
k
e
f
i
l
e
.
b
a
s
e
cc1100 -> nativenet
2013-08-08 11:08:33 +02:00
native: override INCLUDES w/ NATIVEINCLUDES Currrently native overrides the object file targets, because it needs the different include paths to interact with libc and the OS. This PR simplifies their makefiles to only override the variable INCLUDES, instead of overriding the targets.
2014-07-06 05:02:45 +02:00
INCLUDES
=
$(
NATIVEINCLUDES
)
Copy Permalink