[SeaBIOS] [PATCH 3/5] acpi_extract: Don't generate unused (and empty) q35-acpi-dsdt.hex file

Kevin O'Connor kevin at koconnor.net
Wed Nov 18 01:06:02 CET 2015


Signed-off-by: Kevin O'Connor <kevin at koconnor.net>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.4.3




More information about the SeaBIOS mailing list