summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make xcompile support multiple architecturesRonald G. Minnich2012-11-271-1/+25
* Makefile: No need to mkdir when distcleanZheng Bao2012-10-221-0/+3
* Isolate Kconfig host compiler optionsPatrick Georgi2012-09-141-2/+2
* Keep cscope.out when distclean.zbao2012-03-311-1/+1
* clang: Don't use mmx nor ssePatrick Georgi2012-03-161-1/+1
* Prevent multiple inclusions of object files and rulesPatrick Georgi2011-10-281-0/+3
* Allow XGCCPATH to be set on the make command line.Marc Jones2011-10-231-1/+1
* Relicense Makefile to match libpayloadPatrick Georgi2011-07-011-11/+21
* Add regression test for build directory handling to make lint targetPatrick Georgi2011-05-211-0/+2
* Handle absolute source file pathsPatrick Georgi2011-05-201-1/+1
* Fix ccache behaviour if more than one ccache in PATHPatrick Georgi2011-05-201-1/+1
* Move crossgcc rules to coreboot specific MakefilePatrick Georgi2011-05-161-6/+0
* Add crossgcc target to automatically build reference toolchainCristian Magherusan-Stanciu2011-05-161-0/+6
* In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.Stefan Reinauer2011-04-101-1/+0
* Add option_table.h as dependency for all C based object files if option table...Patrick Georgi2011-03-081-2/+3
* Fix double inclusion of toplevel Makefile.incPatrick Georgi2011-03-011-3/+6
* Move coreboot specific rules and setup to toplevel Makefile.incPatrick Georgi2011-02-221-202/+22
* Handle compiler options for source classes more genericallyPatrick Georgi2011-02-171-8/+11
* Make Makefile.inc parser loop more genericPatrick Georgi2011-02-171-34/+43
* This code fixes a number of build issues related to the AMD Agesa code. The p...Frank Vibrans2011-02-141-1/+4
* Fix cmos-files-y for relative pathsPatrick Georgi2011-02-081-4/+4
* Inverse two arguments of cbfs-files-y and adapts its users (one of which alre...Patrick Georgi2011-01-301-4/+4
* Make cbfstool available in $(obj) for simple user access.Kevin O'Connor2011-01-301-1/+4
* Add new ec subdir for Embedded Controllers and common ACPI EC supportSven Schnelle2011-01-271-1/+1
* remove the code which is not ready to release.Zheng Bao2011-01-181-1/+0
OpenPOWER on IntegriCloud