aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-08-02 15:07:21 +0200
committerKevin O'Connor <kevin@koconnor.net>2012-09-02 16:20:13 -0400
commitcf5bef4e52329e1b8a73c8fa77329e317ebc0254 (patch)
tree4693509fe418d69bf4ccad05531e0b522027518d /Makefile
parent3dcc223e3d83a546ef3aed1fefe638787b7b6706 (diff)
downloadseabios-hppa-cf5bef4e52329e1b8a73c8fa77329e317ebc0254.zip
seabios-hppa-cf5bef4e52329e1b8a73c8fa77329e317ebc0254.tar.gz
seabios-hppa-cf5bef4e52329e1b8a73c8fa77329e317ebc0254.tar.bz2
acpi: move s3/s4/s5 to build_ssdt
Move the _S3/_S4/_S5 packages out of ssdt-pcihp.dsl and into a separate file. Correspondingly, move the patching from build_pcihp to build_ssdt. Place this part at the beginning of the SSDT. Offset computation is a bit simpler, and anyway the packages do not need to be inside Scope(_SB). Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 20b6dee..5486f88 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)ccode32flat.o: $(OUT)acpi-dsdt.hex $(OUT)ssdt-proc.hex $(OUT)ssdt-pcihp.hex $(OUT)ssdt-susp.hex
################ Kconfig rules