[riot-commits] [RIOT-OS/RIOT] 9a15a6: make: easify {sys, drivers}/Makefile
Oleg Hahm
oleg at hobbykeller.org
Tue Nov 11 12:01:32 CET 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 9a15a6def5459ecd0d044f475243e4d43cb3b432
https://github.com/RIOT-OS/RIOT/commit/9a15a6def5459ecd0d044f475243e4d43cb3b432
Author: René Kijewski <rene.kijewski at fu-berlin.de>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
M Makefile.base
M drivers/Makefile
M sys/Makefile
Log Message:
-----------
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.
Commit: 104bab9a835fe2994d851623045025a5b06bbdc8
https://github.com/RIOT-OS/RIOT/commit/104bab9a835fe2994d851623045025a5b06bbdc8
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2014-11-11 (Tue, 11 Nov 2014)
Changed paths:
M Makefile.base
M drivers/Makefile
M sys/Makefile
Log Message:
-----------
Merge pull request #1986 from Kijewski/smaller-sys_makefile
make: easify {sys,drivers}/Makefile
Compare: https://github.com/RIOT-OS/RIOT/compare/a5e26402ed2e...104bab9a835f
More information about the commits
mailing list