summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* This patch changes C7 CAR code to be a single assembler file instead Stefan Reinauer2010-04-091-0/+2
* Split crt0.S.lb into prologue and epiloguePatrick Georgi2010-04-081-1/+1
* output cosmeticsStefan Reinauer2010-04-081-0/+1
* Replace sconfig with a C implementation.Patrick Georgi2010-04-081-12/+3
* make crt0s and ldscripts evaluate late, so the chipset_* variables are there atStefan Reinauer2010-03-301-3/+2
* This patch fixes build.h dependencies in coreboot again.Stefan Reinauer2010-03-291-6/+6
* make only needs to read Makefile.incs once, thanks to thePatrick Georgi2010-03-271-26/+23
* Add support to build with ccache in the build systemPatrick Georgi2010-03-251-0/+12
* dependency tracking for corebootStefan Reinauer2010-03-241-6/+7
* CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders.Stefan Reinauer2010-03-241-1/+1
* fix "make" after "rm -rf build"Stefan Reinauer2010-03-211-1/+3
* clean some more files in make cleanStefan Reinauer2010-03-171-0/+2
* make clean: delete failover.inc and romstage.inc, drop auto.inc (obsolete)Stefan Reinauer2010-03-171-1/+2
* it was reason for workaround rules already, and it's somewhat ugly:Stefan Reinauer2010-03-161-10/+4
* Strip quotes from COREBOOT_ROM_DEPENDENCIESPatrick Georgi2010-03-161-2/+4
* Various changes to the buildsystem:Patrick Georgi patrick.georgi2010-03-161-66/+32
* Make CLANG selectable in KconfigPatrick Georgi2010-03-161-0/+9
* This patch is what I needed to compile coreboot with LLVM.Stefan Reinauer2010-03-161-5/+3
* Create a new build.h on every make call; this makes sure it contains aStefan Reinauer2010-03-151-5/+3
* Add scan-build support to the build system.Patrick Georgi2010-03-141-2/+33
* More readable recursive descent macro in MakefilePatrick Georgi2010-03-061-2/+26
* This patch fixes two things:Stefan Reinauer2010-03-051-10/+18
* - Add config flag for boards that have their own fadt.cPatrick Georgi2010-02-281-2/+2
* - make HAVE_HARD_RESET match what newconfig didPatrick Georgi2010-02-271-1/+1
* Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi2010-02-251-0/+3
* This patch fixes an issue with the wrong build rules being selected.Patrick Georgi2010-02-241-6/+10
* Find out the svnversion we are working on is quite important.Zheng Bao2010-02-231-1/+1
* Document the reason for r5124 in the code/Makefile (trivial).Uwe Hermann2010-02-151-0/+2
* I was having problems building a working romcc with the -O2Marc Jones2010-02-131-1/+1
* Don't remove config.h on "make clean"Patrick Georgi2010-02-111-1/+1
* separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer2010-02-111-8/+11
* Improve compiler detection and configuration in xcompile.Patrick Georgi2010-02-101-13/+1
* Remove uses of the shell to remove double quotes, or to figure out thePatrick Georgi2010-02-101-4/+4
* Handle potential race condition with $(obj)/util/cbfstoolPatrick Georgi2010-02-101-1/+1
OpenPOWER on IntegriCloud