summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix "make clean"Stefan Reinauer2011-01-051-1/+1
* Add AMD SB800 southbridge CIMx code.Kerry She2011-01-011-0/+1
* Use $(MAKE) instead of make when cleaning for SeaBIOS.Jonathan Kollasch2010-12-311-1/+1
* Per default, use SeaBIOS payload instead of no payload.Stefan Reinauer2010-12-301-0/+1
* Add support for cbfs-files-y to the build system.Patrick Georgi2010-12-161-0/+11
* After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer2010-12-111-1/+1
* Allow user to define location for Kconfig config viaPatrick Georgi2010-12-081-1/+4
* Add test to check for up-to-date GPL license headers to lint.Patrick Georgi2010-11-191-4/+6
* Add "make lint" target that calls all util/lint/lint-* scriptsPatrick Georgi2010-11-181-0/+18
* fix random breakageStefan Reinauer2010-11-151-1/+1
* Redirect the output of iasl to a file to make the build quieter.Myles Watson2010-10-011-1/+1
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-57/+52
* Don't run clean-abuild on distclean target. It breaks full abuild runs.Patrick Georgi2010-09-291-1/+1
* As $PWD is not exported by all shells, use make-builtin $(CURDIR)Jonathan Kollasch2010-09-281-2/+2
OpenPOWER on IntegriCloud