summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2015-05-08make: support absolute and relative obj= specificationsVadim Bendebury
2015-04-28make: avoid problems with mv aliasesVadim Bendebury
2015-04-22Makefile: Disable implicit rulesJulius Werner
2015-04-22Makefile: Avoid duplicate class suffixes in $(call src-to-obj)Julius Werner
2015-04-17Makefile: Fix dependency tracking for ramstage objectsJulius Werner
2015-04-06build system: run linker scripts through the preprocessorPatrick Georgi
2015-04-04build system x86: deprecate bootblock_lds and ldscripts variablesPatrick Georgi
2015-04-04build system: use full (in-tree) pathsPatrick Georgi
2015-04-04build system: Allow defining generic rulesPatrick Georgi
2015-04-04build system: create proper dependency filesPatrick Georgi
2015-04-02build system: extend src-to-obj for non-.c/.S filesPatrick Georgi
2015-03-30build system: generalize src-to-objPatrick Georgi
2015-03-30build system: provide generic compiler flag variablesPatrick Georgi
2015-02-17build system: Allow running make what-jenkins-does without ccachePatrick Georgi
2015-02-17build system: lint targets aren't compile targetsPatrick Georgi
2015-01-08Doxygen: add a "simple" output config and make targetMartin Roth
2014-12-12Makefile: Tone down some clang warnings, some are unproductiveEdward O'Callaghan
2014-11-25build system: use a single variable name for compiler runtimesPatrick Georgi
2014-11-09build: Add ccopts back into the buildMarc Jones
2014-10-30Makefile: Fix HOSTCC for clangEdward O'Callaghan
2014-10-28build: Allow clang build linkage to use libcompiler-rtEdward O'Callaghan
2014-09-08ARM: Generalize armv7 as arm.Gabe Black
2014-07-20build system: avoid warning about missing .xcompilePatrick Georgi
2014-07-15build system: create .xcompile dependencyPatrick Georgi
2014-06-29Makefile: HOSTCC set too late in clang buildsEdward O'Callaghan
2014-06-29build: remove -ccopts mechanismPatrick Georgi
2014-05-26build system: re-enable clang usePatrick Georgi
2014-05-17build: re-enable ccache supportPatrick Georgi
2014-05-17build: make scan-build work againPatrick Georgi
2014-05-17build: allow romcc to be wrappedPatrick Georgi
2014-05-17build: separate CPPFLAGS from CFLAGSPatrick Georgi
2014-05-09Makefile: Don't use llvm-mc for the momentEdward O'Callaghan
2014-05-07kconfig: update to follow upstream more closelyPatrick Georgi
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh
2014-05-03build: allow building crossgcc when .config existsPatrick Georgi
2014-01-26Revert "Makefile: Check $CC variable returned from xcompile is not empty."Alexandru Gagniuc
2014-01-23Makefile: Check $CC variable returned from xcompile is not empty.Andrew Wu
2013-10-17arch/x86/Makefile.inc: Pass $(AS) and $(CPP) to SeaBIOSAndrew Wu
2013-05-20Make: Use unaltered object list for dependency inclusionNico Huber
2013-02-19build system: Retire REQUIRES_BLOBPatrick Georgi
2013-02-12build system: Don't run the full build system on "make clean"Patrick Georgi
2013-02-11build system: Mark clean-for-update phonyPatrick Georgi
2012-12-14Fix broken scan-buildMartin Roth
2012-12-08Makefile cosmeticsStefan Reinauer
2012-12-06Drop ARCH_ARM in favor of ARCH_ARMV7Stefan Reinauer
2012-11-27build system: Add hook to postprocess classes (object lists)Patrick Georgi
2012-11-27 Make xcompile support multiple architecturesRonald G. Minnich
2012-10-22Makefile: No need to mkdir when distcleanZheng Bao
2012-09-14Isolate Kconfig host compiler optionsPatrick Georgi
2012-03-31Keep cscope.out when distclean.zbao