coreboot-kgpe-d16/src/arch/i386
Patrick Georgi 51e142fef4 make only needs to read Makefile.incs once, thanks to the
SECONDEXPANSION feature of GNU make (and we rely on GNU make for lots of
things already)

File paths are relative to the root directory, which simplifies
debugging (make V=1 gives shorter command lines) and helps ccache
finding matches for checkouts in different directories (even though it
should normalize paths itself)

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5304 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-03-27 17:18:39 +00:00
..
boot printk_foo -> printk(BIOS_FOO, ...) 2010-03-22 11:42:32 +00:00
include fix a couple of warnings 2010-03-17 01:51:11 +00:00
init Fix creation of coreboot.bootblock when -O2 is specified instead of -Os (4GB image issue). 2010-03-05 18:03:49 +00:00
lib make only needs to read Makefile.incs once, thanks to the 2010-03-27 17:18:39 +00:00
llshell Fix llshell 2010-03-13 22:07:15 +00:00
smp printk_foo -> printk(BIOS_FOO, ...) 2010-03-22 11:42:32 +00:00
coreboot_apc.ld Drop src/config alltogether 2010-02-10 11:56:21 +00:00
coreboot_ram.ld - Simplify stack size determination: MAX_CPUS * STACK_SIZE 2010-03-01 17:16:06 +00:00
Kconfig Enable user selectable bootblocks, and provide a bootblock that 2010-02-24 13:58:23 +00:00
Makefile.bigbootblock.inc make only needs to read Makefile.incs once, thanks to the 2010-03-27 17:18:39 +00:00
Makefile.bootblock.inc make only needs to read Makefile.incs once, thanks to the 2010-03-27 17:18:39 +00:00
Makefile.inc make only needs to read Makefile.incs once, thanks to the 2010-03-27 17:18:39 +00:00