summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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
2012-03-16clang: Don't use mmx nor ssePatrick Georgi
2011-10-28Prevent multiple inclusions of object files and rulesPatrick Georgi
2011-10-23Allow XGCCPATH to be set on the make command line.Marc Jones
2011-07-01Relicense Makefile to match libpayloadPatrick Georgi
2011-05-21Add regression test for build directory handling to make lint targetPatrick Georgi
2011-05-20Handle absolute source file pathsPatrick Georgi
2011-05-20Fix ccache behaviour if more than one ccache in PATHPatrick Georgi
2011-05-16Move crossgcc rules to coreboot specific MakefilePatrick Georgi
2011-05-16Add crossgcc target to automatically build reference toolchainCristian Magherusan-Stanciu
2011-04-10In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.Stefan Reinauer
2011-03-08Add option_table.h as dependency for all C based object files if option table...Patrick Georgi
2011-03-01Fix double inclusion of toplevel Makefile.incPatrick Georgi
2011-02-22Move coreboot specific rules and setup to toplevel Makefile.incPatrick Georgi
2011-02-17Handle compiler options for source classes more genericallyPatrick Georgi
2011-02-17Make Makefile.inc parser loop more genericPatrick Georgi
2011-02-14This code fixes a number of build issues related to the AMD Agesa code. The p...Frank Vibrans
2011-02-08Fix cmos-files-y for relative pathsPatrick Georgi
2011-01-30Inverse two arguments of cbfs-files-y and adapts its users (one of which alre...Patrick Georgi
2011-01-30Make cbfstool available in $(obj) for simple user access.Kevin O'Connor
2011-01-27Add new ec subdir for Embedded Controllers and common ACPI EC supportSven Schnelle
2011-01-18remove the code which is not ready to release.Zheng Bao
2011-01-05fix "make clean"Stefan Reinauer
2011-01-01Add AMD SB800 southbridge CIMx code.Kerry She
2010-12-31Use $(MAKE) instead of make when cleaning for SeaBIOS.Jonathan Kollasch