aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2015-11-17 18:39:17 -0500
committerKevin O'Connor <kevin@koconnor.net>2015-11-19 08:48:34 -0500
commitb0d3cc36667b68e41ac816caa22802922400e5af (patch)
tree8adc5ed44045bd3c2e7e1a47e3386bcf4063d8c7 /Makefile
parent7fdd2fda3fc3ff46b0919e9fd47fcd19561bbb37 (diff)
downloadseabios-hppa-b0d3cc36667b68e41ac816caa22802922400e5af.zip
seabios-hppa-b0d3cc36667b68e41ac816caa22802922400e5af.tar.gz
seabios-hppa-b0d3cc36667b68e41ac816caa22802922400e5af.tar.bz2
acpi_extract: Don't generate unused (and empty) q35-acpi-dsdt.hex file
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 4e4092d..6f1bb68 100644
--- a/Makefile
+++ b/Makefile
@@ -256,7 +256,7 @@ $(OUT)%.hex: %.dsl ./scripts/acpi_extract_preprocess.py ./scripts/acpi_extract.p
$(Q)$(PYTHON) ./scripts/acpi_extract.py $(OUT)$*.lst > $(OUT)$*.off
$(Q)cat $(OUT)$*.off > $@
-$(OUT)src/fw/acpi.o: $(OUT)src/fw/acpi-dsdt.hex $(OUT)src/fw/ssdt-proc.hex $(OUT)src/fw/ssdt-pcihp.hex $(OUT)src/fw/ssdt-misc.hex $(OUT)src/fw/q35-acpi-dsdt.hex
+$(OUT)src/fw/acpi.o: $(OUT)src/fw/acpi-dsdt.hex $(OUT)src/fw/ssdt-proc.hex $(OUT)src/fw/ssdt-pcihp.hex $(OUT)src/fw/ssdt-misc.hex
################ Kconfig rules