summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-01-18 15:08:14 +0000
committerStefan Reinauer <stepan@openbios.org>2010-01-18 15:08:14 +0000
commit2e97383b5487cd3ce88830d0a52800b20ef8ba97 (patch)
treecb9286d727147f5ccb06555f213051eb6c89afa7 /src
parent6acc0a1795e30819b2b153e3680bf8543a1caf2a (diff)
downloadcoreboot-staging-2e97383b5487cd3ce88830d0a52800b20ef8ba97.zip
coreboot-staging-2e97383b5487cd3ce88830d0a52800b20ef8ba97.tar.gz
run preprocessor on DSDT of D945GCLF, otherwise
smart iasl will segfault. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5038 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/intel/d945gclf/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/intel/d945gclf/Makefile.inc b/src/mainboard/intel/d945gclf/Makefile.inc
index b58ba35..d7b0a87 100644
--- a/src/mainboard/intel/d945gclf/Makefile.inc
+++ b/src/mainboard/intel/d945gclf/Makefile.inc
@@ -52,7 +52,8 @@ ldscript-y += ../../../../src/arch/i386/lib/failover.lds
ifdef POST_EVALUATION
$(obj)/dsdt.c: $(src)/mainboard/$(MAINBOARDDIR)/dsdt.asl
- iasl -p dsdt -tc $(src)/mainboard/$(MAINBOARDDIR)/dsdt.asl
+ $(CPP) -D__ACPI__ -P $(CPPFLAGS) -include $(obj)/config.h -I$(src)/mainboard/$(MAINBOARDDIR) $(src)/mainboard/$(MAINBOARDDIR)/dsdt.asl -o $(obj)/dsdt.asl
+ iasl -p dsdt -tc $(obj)/dsdt.asl
mv dsdt.hex $@
$(obj)/mainboard/$(MAINBOARDDIR)/dsdt.o: $(obj)/dsdt.c
OpenPOWER on IntegriCloud