summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Makefile: Check $CC variable returned from xcompile is not empty."Alexandru Gagniuc2014-01-261-5/+0
* Makefile: Check $CC variable returned from xcompile is not empty.Andrew Wu2014-01-231-0/+5
* arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOSAndrew Wu2013-10-171-0/+1
* Make: Use unaltered object list for dependency inclusionNico Huber2013-05-201-1/+4
* build system: Retire REQUIRES_BLOBPatrick Georgi2013-02-191-0/+3
* build system: Don't run the full build system on "make clean"Patrick Georgi2013-02-121-7/+4
* build system: Mark clean-for-update phonyPatrick Georgi2013-02-111-1/+1
* Fix broken scan-buildMartin Roth2012-12-141-0/+2
* Makefile cosmeticsStefan Reinauer2012-12-081-2/+2
* Drop ARCH_ARM in favor of ARCH_ARMV7Stefan Reinauer2012-12-061-2/+2
* build system: Add hook to postprocess classes (object lists)Patrick Georgi2012-11-271-0/+4
OpenPOWER on IntegriCloud