aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2012-03-28 14:14:45 +0200
committerKevin O'Connor <kevin@koconnor.net>2012-03-31 22:44:18 -0400
commiteb015f460030bd82deadc068eca3e91ab4caeceb (patch)
tree0c5a92c380a01250a7f711a08c2d962c815f0efb /Makefile
parentecf9b7df5da40234d9b8796ffee97fb45ec225c9 (diff)
downloadseabios-hppa-eb015f460030bd82deadc068eca3e91ab4caeceb.zip
seabios-hppa-eb015f460030bd82deadc068eca3e91ab4caeceb.tar.gz
seabios-hppa-eb015f460030bd82deadc068eca3e91ab4caeceb.tar.bz2
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 <mst@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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