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
57c8b654dd
RIOT
/
drivers
/
Makefile
4 lines
99 B
Makefile
Raw
Normal View
History
Unescape
Escape
make: easify {sys,drivers}/Makefile Currently you need to add every new sys and driver module into the respective Makefile. This requires rebasing if another module was merged in the meantime. This PR allows you to omit the entry to {sys,drivers}/Makefile, if the subfolder has the same name as the module name, which should be sensible in most cases.
2014-11-11 09:20:37 +01:00
DIRS
+=
$(
dir
$(
wildcard
$(
addsuffix /Makefile,
${
USEMODULE
}
)
)
)
* integrated makefiles * fixed some prototypes * restructured sys
2013-02-06 13:20:21 +01:00
* replaced new Makefile name in Makefiles
2013-03-09 23:47:21 +01:00
i
n
c
l
u
d
e
$(
RIOTBASE
)
/
M
a
k
e
f
i
l
e
.
b
a
s
e
Copy Permalink