summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makefile: Tone down some clang warnings, some are unproductiveEdward O'Callaghan2014-12-121-0/+2
* build system: use a single variable name for compiler runtimesPatrick Georgi2014-11-251-1/+0
* build: Add ccopts back into the buildMarc Jones2014-11-091-4/+5
* Makefile: Fix HOSTCC for clangEdward O'Callaghan2014-10-301-4/+2
* build: Allow clang build linkage to use libcompiler-rtEdward O'Callaghan2014-10-281-2/+4
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-3/+3
* build system: avoid warning about missing .xcompilePatrick Georgi2014-07-201-0/+4
* build system: create .xcompile dependencyPatrick Georgi2014-07-151-2/+4
* Makefile: HOSTCC set too late in clang buildsEdward O'Callaghan2014-06-291-2/+3
* build: remove -ccopts mechanismPatrick Georgi2014-06-291-5/+4
* build system: re-enable clang usePatrick Georgi2014-05-261-3/+21
* build: re-enable ccache supportPatrick Georgi2014-05-171-12/+0
* build: make scan-build work againPatrick Georgi2014-05-171-30/+0
* build: allow romcc to be wrappedPatrick Georgi2014-05-171-1/+1
* build: separate CPPFLAGS from CFLAGSPatrick Georgi2014-05-171-1/+1
* Makefile: Don't use llvm-mc for the momentEdward O'Callaghan2014-05-091-1/+1
* kconfig: update to follow upstream more closelyPatrick Georgi2014-05-071-1/+5
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-061-29/+3
* build: allow building crossgcc when .config existsPatrick Georgi2014-05-031-1/+1
OpenPOWER on IntegriCloud