qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 08/21] Add rule to compile DSDT to make file.


From: Gleb Natapov
Subject: [Qemu-devel] [PATCH 08/21] Add rule to compile DSDT to make file.
Date: Thu, 8 Oct 2009 17:59:13 +0200

Signed-off-by: Gleb Natapov <address@hidden>
---
 Makefile |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index dd5bc69..50e7da2 100644
--- a/Makefile
+++ b/Makefile
@@ -175,6 +175,13 @@ $(OUT)vgabios.bin: $(OUT)vgabios.bin.raw tools/buildrom.py
        @echo "  Finalizing rom $@"
        $(Q)./tools/buildrom.py $< $@
 
+####### dsdt buld rules
+src/acpi-dsdt.hex: src/acpi-dsdt.dsl
+       @echo "Compiling DSDT"
+       $(Q)cpp -P $< > $(OUT)acpi-dsdt.dsl.i
+       $(Q)iasl -tc -p $@ $(OUT)acpi-dsdt.dsl.i
+       $(Q)rm $(OUT)acpi-dsdt.dsl.i
+
 ####### Generic rules
 clean:
        $(Q)rm -rf $(OUT)
-- 
1.6.3.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]