diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-02-07 22:56:06 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-02-07 22:56:06 +0000 |
commit | d51eddbb6611965165ad72eb3fb04377a51ab64a (patch) | |
tree | 0c2e1eb37435433cc1ce6d54421844756e63e7df /src/mainboard/amd/db800 | |
parent | bfff67db7d7781a685827e25e3779b1deac0af60 (diff) |
fix further build.h dependencies that were undetected before we enabled it on
our parallel build server ;-)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5091 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/db800')
-rw-r--r-- | src/mainboard/amd/db800/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/db800/Makefile.inc b/src/mainboard/amd/db800/Makefile.inc index b37fc8de4b..e8ed490c33 100644 --- a/src/mainboard/amd/db800/Makefile.inc +++ b/src/mainboard/amd/db800/Makefile.inc @@ -21,7 +21,7 @@ ldscripts += $(src)/arch/i386/lib/failover.lds ifdef POST_EVALUATION -$(obj)/mainboard/$(MAINBOARDDIR)/auto.inc: $(src)/mainboard/$(MAINBOARDDIR)/cache_as_ram_auto.c +$(obj)/mainboard/$(MAINBOARDDIR)/auto.inc: $(src)/mainboard/$(MAINBOARDDIR)/cache_as_ram_auto.c $(obj)/build.h $(CC) $(DISTRO_CFLAGS) $(CFLAGS) $(CPPFLAGS) $(DEBUG_CFLAGS) -I$(src) -I. -c -S $(src)/mainboard/$(MAINBOARDDIR)/cache_as_ram_auto.c -o $@ perl -e 's/\.rodata/.rom.data/g' -pi $@ perl -e 's/\.text/.section .rom.text/g' -pi $@ |