aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIsaku Yamahata <yamahata@valinux.co.jp>2012-11-28 10:17:36 +0100
committerKevin O'Connor <kevin@koconnor.net>2012-12-01 23:22:20 -0500
commitecbe3fd615111c3a1e9869978a0f8701f3d1c9f9 (patch)
treece19677b08715b7def463d450b75404d896bc2ee /Makefile
parent72a590ed97b8feee6648ebf41d3066b5a9a5bbd8 (diff)
downloadseabios-hppa-ecbe3fd615111c3a1e9869978a0f8701f3d1c9f9.zip
seabios-hppa-ecbe3fd615111c3a1e9869978a0f8701f3d1c9f9.tar.gz
seabios-hppa-ecbe3fd615111c3a1e9869978a0f8701f3d1c9f9.tar.bz2
seabios: q35: add dsdt
add dsdt for q35 chipset of qemu. [jbaron: remove suspd bits since they are now auto-generated, move pci window to 0xb0000000, add framework for auto generated pci windows] [kraxel: remove pci express root ports + pci bridge] Cc: Matthew Garrett <mjg59@srcf.ucam.org> Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Jason Baron <jbaron@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0e2031..8e32670 100644
--- a/Makefile
+++ b/Makefile
@@ -233,7 +233,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)ccode32flat.o: $(OUT)acpi-dsdt.hex $(OUT)ssdt-proc.hex $(OUT)ssdt-pcihp.hex $(OUT)ssdt-susp.hex
+$(OUT)ccode32flat.o: $(OUT)acpi-dsdt.hex $(OUT)ssdt-proc.hex $(OUT)ssdt-pcihp.hex $(OUT)ssdt-susp.hex $(OUT)q35-acpi-dsdt.hex
################ Kconfig rules