aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-02-27 20:46:40 -0500
committerKevin O'Connor <kevin@koconnor.net>2013-03-06 08:55:05 -0500
commit3f8d735dd85edc9fc4da8d4018925012a8626877 (patch)
tree522103fdd7b9eb29f825122d4b2580e358f967b9 /Makefile
parent11a7234491cb2a027b0fa5e82af38a3e78b44c80 (diff)
downloadseabios-hppa-3f8d735dd85edc9fc4da8d4018925012a8626877.zip
seabios-hppa-3f8d735dd85edc9fc4da8d4018925012a8626877.tar.gz
seabios-hppa-3f8d735dd85edc9fc4da8d4018925012a8626877.tar.bz2
Rename src/ssdt-susp.dsl to src/ssdt-misc.dsl.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ce2f79..ada8fa5 100644
--- a/Makefile
+++ b/Makefile
@@ -220,7 +220,7 @@ $(OUT)%.hex: src/%.dsl ./tools/acpi_extract_preprocess.py ./tools/acpi_extract.p
$(Q)$(PYTHON) ./tools/acpi_extract.py $(OUT)$*.lst > $(OUT)$*.off
$(Q)cat $(OUT)$*.off > $@
-$(OUT)acpi.o: $(OUT)acpi-dsdt.hex $(OUT)ssdt-proc.hex $(OUT)ssdt-pcihp.hex $(OUT)ssdt-susp.hex $(OUT)q35-acpi-dsdt.hex
+$(OUT)acpi.o: $(OUT)acpi-dsdt.hex $(OUT)ssdt-proc.hex $(OUT)ssdt-pcihp.hex $(OUT)ssdt-misc.hex $(OUT)q35-acpi-dsdt.hex
################ Kconfig rules