From: Michael S. Tsirkin Date: Wed, 28 Mar 2012 12:14:45 +0000 (+0200) Subject: seabios: readd Makefile rule for ACPI X-Git-Tag: rel-1.7.0~2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=eb015f460030bd82deadc068eca3e91ab4caeceb;p=seabios.git seabios: readd Makefile rule for ACPI Commit 36feea9317b45abf3a540e9d82ad1723bebe3ebd removed the dependency of output file on acpi output. This means it's not rebuilt on acpi source or hex file updates. Re-introduce this dependency. Signed-off-by: Michael S. Tsirkin --- diff --git a/Makefile b/Makefile index a4d548d..48715bf 100644 --- a/Makefile +++ b/Makefile @@ -227,6 +227,7 @@ src/%.hex: src/%.dsl ./tools/acpi_extract_preprocess.py ./tools/acpi_extract.py $(Q)$(PYTHON) ./tools/acpi_extract.py $(OUT)$*.lst > $(OUT)$*.off $(Q)cat $(OUT)$*.off > $@ +$(OUT)ccode32flat.o: src/acpi-dsdt.hex src/ssdt-proc.hex src/ssdt-pcihp.hex ################ Kconfig rules