summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix small typo in root Makefile.Warren Turkal2010-09-281-1/+1
* The commandline parsing for abuild doing a couple of buggy things:Warren Turkal2010-09-271-2/+5
* Fix CCACHE handling, and make use of ccache's BASEDIR featurePatrick Georgi2010-09-241-2/+3
* Generate and extract debug sysmbols for coreboot. *.debug files can beMarc Jones2010-09-231-1/+1
* Add convenience rules for cscope to Makefile.Warren Turkal2010-09-031-2/+8
* Patrick Georgi wrote:Stefan Reinauer2010-05-081-3/+4
* Slightly improve detecting Windows. TrivialPatrick Georgi2010-05-081-3/+3
* Split C code in sconfig's parser into a separate file.Patrick Georgi2010-05-051-1/+1
* Force mkdir before resolving any make rules.Patrick Georgi2010-04-271-4/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-3/+3
* For the mainboard with AMD Family 10, if we make clean and make again,Zheng Bao2010-04-261-0/+2
* Optimize distclean and configuration.Patrick Georgi2010-04-211-5/+16
* (trivial) utils are not depending on config.h. This slipped in by accident.Stefan Reinauer2010-04-191-1/+1
* - Make abuild -sb work againPatrick Georgi2010-04-191-1/+9
* Build utils into their source directory equivalent inPatrick Georgi2010-04-161-7/+8
* Quote test -f argument, so it doesn't fail on spaces.Patrick Georgi2010-04-141-1/+1