aboutsummaryrefslogtreecommitdiff
path: root/makefiles/module.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of board config files. Treat CONFIG_BOARD like CONFIG_ARCH in ↵px4dev2013-08-131-1/+2
| | | | the toolchain configuration.
* Hotfix: dependency scanning for modules was totally broken. Fix it so that ↵px4dev2013-05-231-3/+10
| | | | changes to depended headers correctly cause modules to be rebuilt.
* Teach the PX4 build system how to handle pre-built libraries.px4dev2013-05-201-22/+2
|
* Change the way modules are built so that object paths are relative and use ↵px4dev2013-05-111-20/+31
| | | | | | vpath for locating sources (so source paths are also shorter). Add some basic documentation for the build system files while we're at it.
* build: allow absolute paths for module sourcesAndrew Tridgell2013-05-041-1/+1
|
* Remove some naked command invocations.px4dev2013-04-281-1/+1
|
* Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-281-1/+1
|
* Moved all drivers to new world, PX4IO completely in new worldLorenz Meier2013-04-281-1/+1
|
* Merge working changes into export-build branch.px4dev2013-04-261-7/+27
|
* Pass the module name in to the module makefile.px4dev2013-03-201-10/+17
| | | | Refer to the module command name with MODULE_COMMAND to avoid confusion with the module's actual name.
* Stick copyrights on the major moving parts of the build systempx4dev2013-02-231-0/+31
|
* Cosmetic tweaks to variable output.px4dev2013-02-231-4/+11
| | | | | Comment on the need to retain the double-slash at the WORK_DIR boundary. More toolchain documentation.
* Use indirect calls for all commands (echo, make, etc.)px4dev2013-02-231-3/+3
| | | | Replace our dependency on xxd with a toolchain call, and implement the backend using objcopy evil for the default toolchain.
* APP -> MODULEpx4dev2013-02-231-0/+165
remove as many duplicate slashes, etc. as seems practical