summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Remove libverstage as separate library and source file classJulius Werner2017-03-281-0/+4
* Documentation: Add doxygen_platform targetMartin Roth2017-03-231-0/+10
* build system: mark sub-make invocations as parallelizablePatrick Georgi2017-01-311-1/+1
* Makefile: Just error out if no .config existsMartin Roth2017-01-271-2/+5
* build system: don't run xcompile or git for %clean/%config targetsPatrick Georgi2017-01-241-10/+10
* Makefile: Allow inclusion of source files from 3rdparty/Nico Huber2016-10-291-2/+4
* Makefile: Give .ali files an empty recipeNico Huber2016-09-201-1/+1
* Add minimal GNAT run time system (RTS)Nico Huber2016-09-191-1/+2
* Make Ada a first class citizenNico Huber2016-09-191-4/+74
* crossgcc: Add gnumake target so that make can be built directlyMartin Roth2016-08-131-1/+1
* Makefile: Include $(top) in DOTCONFIG definition to allow overridePaul Kocialkowski2016-07-281-1/+1
* Makefile: Include config from DOTCONFIG instead of HAVE_DOTCONFIGPaul Kocialkowski2016-07-151-1/+1
* Makefile: Make printall target more readableMartin Roth2016-06-071-6/+5
* Makefile: Update payload clean targetsMartin Roth2016-03-091-1/+2
* build system: avoid setting HOSTCC to " gcc"Patrick Georgi2016-02-021-1/+1
* Makefile: Add a comment to fix syntax highlightingMartin Roth2016-02-021-0/+1
* Move object files to $(obj)/<class>/Nico Huber2016-01-281-1/+7
* Makefile: Make full use of src-to-obj macroNico Huber2016-01-281-6/+6
* Makefile: Correct spelling in help messageWerner Zeh2016-01-121-1/+1
* Enable KCONFIG_STRICT modeStefan Reinauer2015-12-171-0/+1
* Makefile: Individualize help targets & set as non-compile targetsMartin Roth2015-12-061-1/+1
* Makefile.inc: Add build targets for IASL & ClangMartin Roth2015-11-271-3/+3
* Makefiles: Add / Update help for makefile targetsMartin Roth2015-11-241-0/+15
* build system: also remove .xcompile.tmpPatrick Georgi2015-11-211-0/+1
* build system: tighten down .xcompile handling some morePatrick Georgi2015-11-201-1/+8
* build system: don't let a broken .xcompile linger in the treePatrick Georgi2015-11-201-1/+1
* Makefile: Set HOSTCC as gcc or cc respectivelyzbao2015-11-201-1/+1
* $(top)/Makefile: Strip the white space in function strip_quotesZheng Bao2015-11-171-1/+1
* Add cscope/ctags generation for the current projectMartin Roth2015-07-301-1/+18
* Makefile: Fix KCONFIG_AUTOHEADER dependenciesStefan Reinauer2015-07-181-2/+2
* Makefile: Use variables defined for KconfigStefan Reinauer2015-06-301-2/+2
* fix doxy target in root MakefileNicky Sielicki2015-06-071-2/+2
* build system: move more clang handling to xcompilePatrick Georgi2015-06-041-22/+0
* build system: Move .xcompile include further downPatrick Georgi2015-06-041-2/+2
* make: support absolute and relative obj= specificationsVadim Bendebury2015-05-081-2/+6
* make: avoid problems with mv aliasesVadim Bendebury2015-04-281-1/+2
* Makefile: Disable implicit rulesJulius Werner2015-04-221-0/+3
* Makefile: Avoid duplicate class suffixes in $(call src-to-obj)Julius Werner2015-04-221-1/+1
* Makefile: Fix dependency tracking for ramstage objectsJulius Werner2015-04-171-1/+1
* build system: run linker scripts through the preprocessorPatrick Georgi2015-04-061-0/+2
* build system x86: deprecate bootblock_lds and ldscripts variablesPatrick Georgi2015-04-041-1/+1
* build system: use full (in-tree) pathsPatrick Georgi2015-04-041-2/+2
* build system: Allow defining generic rulesPatrick Georgi2015-04-041-1/+2
* build system: create proper dependency filesPatrick Georgi2015-04-041-1/+1
* build system: extend src-to-obj for non-.c/.S filesPatrick Georgi2015-04-021-2/+7
* build system: generalize src-to-objPatrick Georgi2015-03-301-2/+2
* build system: provide generic compiler flag variablesPatrick Georgi2015-03-301-0/+1
* build system: Allow running make what-jenkins-does without ccachePatrick Georgi2015-02-171-1/+1
* build system: lint targets aren't compile targetsPatrick Georgi2015-02-171-1/+1
* Doxygen: add a "simple" output config and make targetMartin Roth2015-01-081-1/+4