[riot-commits] [RIOT-OS/RIOT] d724e7: makefiles: Add an APPLICATION_MODULE variable
Francisco Acosta
fco.ja.ac at gmail.com
Wed Feb 28 12:13:17 CET 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: d724e71a266d9ce01564f50b7c884112f931651a
https://github.com/RIOT-OS/RIOT/commit/d724e71a266d9ce01564f50b7c884112f931651a
Author: Gaƫtan Harter <gaetan.harter at fu-berlin.de>
Date: 2018-01-30 (Tue, 30 Jan 2018)
Changed paths:
M Makefile.include
M examples/bindist/Makefile
M makefiles/application.inc.mk
M makefiles/vars.inc.mk
Log Message:
-----------
makefiles: Add an APPLICATION_MODULE variable
Set the application module name with APPLICATION_MODULE.
The default module name is "application_$(APPLICATION)".
This should fix name conflicts where an application/test has the same name as
an existing module and so both write to the same archive.
Commit: 2e066e86930ffa6c2788e8a73132d8d594b3e33f
https://github.com/RIOT-OS/RIOT/commit/2e066e86930ffa6c2788e8a73132d8d594b3e33f
Author: Francisco Acosta <fco.ja.ac at gmail.com>
Date: 2018-02-28 (Wed, 28 Feb 2018)
Changed paths:
M Makefile.include
M examples/bindist/Makefile
M makefiles/application.inc.mk
M makefiles/vars.inc.mk
Log Message:
-----------
Merge pull request #8492 from cladmi/pr/prepend_app_module_by_application
makefiles: Add an APPLICATION_MODULE variable
Compare: https://github.com/RIOT-OS/RIOT/compare/19e7058ce329...2e066e86930f
More information about the commits
mailing list