summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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
2010-12-30Per default, use SeaBIOS payload instead of no payload.Stefan Reinauer
2010-12-16Add support for cbfs-files-y to the build system.Patrick Georgi
2010-12-11After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer
2010-12-08Allow user to define location for Kconfig config viaPatrick Georgi
2010-11-19Add test to check for up-to-date GPL license headers to lint.Patrick Georgi
2010-11-18Add "make lint" target that calls all util/lint/lint-* scriptsPatrick Georgi
2010-11-15fix random breakageStefan Reinauer
2010-10-01Redirect the output of iasl to a file to make the build quieter.Myles Watson
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-29Don't run clean-abuild on distclean target. It breaks full abuild runs.Patrick Georgi
2010-09-28As $PWD is not exported by all shells, use make-builtin $(CURDIR)Jonathan Kollasch
2010-09-28Fix small typo in root Makefile.Warren Turkal
2010-09-27The commandline parsing for abuild doing a couple of buggy things:Warren Turkal
2010-09-24Fix CCACHE handling, and make use of ccache's BASEDIR featurePatrick Georgi
2010-09-23Generate and extract debug sysmbols for coreboot. *.debug files can beMarc Jones
2010-09-03Add convenience rules for cscope to Makefile.Warren Turkal
2010-05-08Patrick Georgi wrote:Stefan Reinauer
2010-05-08Slightly improve detecting Windows. TrivialPatrick Georgi
2010-05-05Split C code in sconfig's parser into a separate file.Patrick Georgi
2010-04-27Force mkdir before resolving any make rules.Patrick Georgi
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-26For the mainboard with AMD Family 10, if we make clean and make again,Zheng Bao
2010-04-21Optimize distclean and configuration.Patrick Georgi
2010-04-19(trivial) utils are not depending on config.h. This slipped in by accident.Stefan Reinauer
2010-04-19- Make abuild -sb work againPatrick Georgi
2010-04-16Build utils into their source directory equivalent inPatrick Georgi
2010-04-14Quote test -f argument, so it doesn't fail on spaces.Patrick Georgi
2010-04-09This patch changes C7 CAR code to be a single assembler file instead Stefan Reinauer
2010-04-08Split crt0.S.lb into prologue and epiloguePatrick Georgi
2010-04-08output cosmeticsStefan Reinauer
2010-04-08Replace sconfig with a C implementation.Patrick Georgi
2010-03-30make crt0s and ldscripts evaluate late, so the chipset_* variables are there atStefan Reinauer
2010-03-29This patch fixes build.h dependencies in coreboot again.Stefan Reinauer
2010-03-27make only needs to read Makefile.incs once, thanks to thePatrick Georgi
2010-03-25Add support to build with ccache in the build systemPatrick Georgi