summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-09-24 18:45:28 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-09-24 18:45:28 +0000
commitf537a28c9747d5b8864dabf7dda4972a9ec4687c (patch)
tree2391bc5ffe4425dfd7581f92f0e27624df154faa /Makefile.target
parentab1e34add6735b5d2c1300426e8143399bc27dd8 (diff)
downloadqemu-f537a28c9747d5b8864dabf7dda4972a9ec4687c.tar.gz
moved ACPI table init to BIOS
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2171 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.target b/Makefile.target
index 3d6fdc1c25..aa2244b00f 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -514,13 +514,6 @@ endif
loader.o: loader.c elf_ops.h
-acpi.o: acpi.c acpi-dsdt.hex
-
-ifdef BUILD_ACPI_TABLES
-$(SRC_PATH)/hw/acpi-dsdt.hex: acpi-dsdt.dsl
- iasl -tc -p $@ $<
-endif
-
ifeq ($(TARGET_ARCH), sh4)
op.o: op.c op_mem.c cpu.h
op_helper.o: op_helper.c exec.h cpu.h