coreboot-kgpe-d16/util
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
..
abuild make only needs to read Makefile.incs once, thanks to the 2010-03-27 17:18:39 +00:00
amdtools Add an initial version of some tools to compare (extended) K8 memory settings. 2009-10-28 19:41:52 +00:00
cbfstool make only needs to read Makefile.incs once, thanks to the 2010-03-27 17:18:39 +00:00
crossgcc Add the BSD-licensed getopt tool to crossgcc, to use 2010-01-29 17:40:52 +00:00
dump_mmcr small ts5300 update, fix endian problem in dummmcr. 2006-03-18 00:10:29 +00:00
ectool ectool: Support for dumping EC "index ram" 2010-01-16 17:50:55 +00:00
getpir This patch changes following in getpir application. 2009-09-26 16:18:22 +00:00
inteltool drop dead code. 2010-03-21 23:33:36 +00:00
k8resdump K8 resource dump utility from Rudolf Marek 2007-10-30 01:12:20 +00:00
kconfig Make the kconfig-style build work in mingw: 2009-11-21 19:54:02 +00:00
lbtdump Fix a typo in lbtdump output (trivial). 2008-05-07 19:21:18 +00:00
mkelfImage Impact: fix vmlinux from 2.6.30 2009-06-28 15:04:06 +00:00
mptable printk_foo -> printk(BIOS_FOO, ...) 2010-03-22 11:42:32 +00:00
msrtool msrtool: Fix typo 2010-01-17 21:59:27 +00:00
nrv2b don't ignore return values (trivial) 2009-04-22 12:14:39 +00:00
nvramtool nvramtool: Consider a string with non-printable characters a "bad value". 2010-01-16 14:57:32 +00:00
optionlist I took Rob Landley's nice "menuconfig2html.py" script from 2010-02-09 15:15:29 +00:00
options Drop unneeded code that checks for CONFIG_ variables in 2010-03-24 21:21:33 +00:00
resetcf epia-m support 2004-10-06 17:33:54 +00:00
romcc Add support to build with ccache in the build system 2010-03-25 21:45:25 +00:00
sconfig Make sconfig only complain about real conflicts. 2010-03-26 10:33:36 +00:00
superiotool Don't abuse LDFLAGS and fix linking with -Wl,--as-needed. 2010-03-21 21:22:51 +00:00
vgabios Use coreboot-internal version of x86emu for the vgabios utility. 2010-03-23 15:53:38 +00:00
xcompile Various changes to the buildsystem: 2010-03-16 12:01:13 +00:00