Age | Commit message (Expand) | Author |
2017-06-07 | Makefile: add 'filelist' target | Martin Roth |
2017-04-28 | build system: when cleaning the tree, remove ..config.tmp* | Patrick Georgi |
2017-03-28 | Remove libverstage as separate library and source file class | Julius Werner |
2017-03-23 | Documentation: Add doxygen_platform target | Martin Roth |
2017-01-31 | build system: mark sub-make invocations as parallelizable | Patrick Georgi |
2017-01-27 | Makefile: Just error out if no .config exists | Martin Roth |
2017-01-24 | build system: don't run xcompile or git for %clean/%config targets | Patrick Georgi |
2016-10-29 | Makefile: Allow inclusion of source files from 3rdparty/ | Nico Huber |
2016-09-20 | Makefile: Give .ali files an empty recipe | Nico Huber |
2016-09-19 | Add minimal GNAT run time system (RTS) | Nico Huber |
2016-09-19 | Make Ada a first class citizen | Nico Huber |
2016-08-13 | crossgcc: Add gnumake target so that make can be built directly | Martin Roth |
2016-07-28 | Makefile: Include $(top) in DOTCONFIG definition to allow override | Paul Kocialkowski |
2016-07-15 | Makefile: Include config from DOTCONFIG instead of HAVE_DOTCONFIG | Paul Kocialkowski |
2016-06-07 | Makefile: Make printall target more readable | Martin Roth |
2016-03-09 | Makefile: Update payload clean targets | Martin Roth |
2016-02-02 | build system: avoid setting HOSTCC to " gcc" | Patrick Georgi |
2016-02-02 | Makefile: Add a comment to fix syntax highlighting | Martin Roth |
2016-01-28 | Move object files to $(obj)/<class>/ | Nico Huber |
2016-01-28 | Makefile: Make full use of src-to-obj macro | Nico Huber |
2016-01-12 | Makefile: Correct spelling in help message | Werner Zeh |
2015-12-17 | Enable KCONFIG_STRICT mode | Stefan Reinauer |
2015-12-06 | Makefile: Individualize help targets & set as non-compile targets | Martin Roth |
2015-11-27 | Makefile.inc: Add build targets for IASL & Clang | Martin Roth |
2015-11-24 | Makefiles: Add / Update help for makefile targets | Martin Roth |
2015-11-21 | build system: also remove .xcompile.tmp | Patrick Georgi |
2015-11-20 | build system: tighten down .xcompile handling some more | Patrick Georgi |
2015-11-20 | build system: don't let a broken .xcompile linger in the tree | Patrick Georgi |
2015-11-20 | Makefile: Set HOSTCC as gcc or cc respectively | zbao |
2015-11-17 | $(top)/Makefile: Strip the white space in function strip_quotes | Zheng Bao |
2015-07-30 | Add cscope/ctags generation for the current project | Martin Roth |
2015-07-18 | Makefile: Fix KCONFIG_AUTOHEADER dependencies | Stefan Reinauer |
2015-06-30 | Makefile: Use variables defined for Kconfig | Stefan Reinauer |
2015-06-07 | fix doxy target in root Makefile | Nicky Sielicki |
2015-06-04 | build system: move more clang handling to xcompile | Patrick Georgi |
2015-06-04 | build system: Move .xcompile include further down | Patrick Georgi |
2015-05-08 | make: support absolute and relative obj= specifications | Vadim Bendebury |
2015-04-28 | make: avoid problems with mv aliases | Vadim Bendebury |
2015-04-22 | Makefile: Disable implicit rules | Julius Werner |
2015-04-22 | Makefile: Avoid duplicate class suffixes in $(call src-to-obj) | Julius Werner |
2015-04-17 | Makefile: Fix dependency tracking for ramstage objects | Julius Werner |
2015-04-06 | build system: run linker scripts through the preprocessor | Patrick Georgi |
2015-04-04 | build system x86: deprecate bootblock_lds and ldscripts variables | Patrick Georgi |
2015-04-04 | build system: use full (in-tree) paths | Patrick Georgi |
2015-04-04 | build system: Allow defining generic rules | Patrick Georgi |
2015-04-04 | build system: create proper dependency files | Patrick Georgi |
2015-04-02 | build system: extend src-to-obj for non-.c/.S files | Patrick Georgi |
2015-03-30 | build system: generalize src-to-obj | Patrick Georgi |
2015-03-30 | build system: provide generic compiler flag variables | Patrick Georgi |
2015-02-17 | build system: Allow running make what-jenkins-does without ccache | Patrick Georgi |