diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-09-24 18:45:28 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-09-24 18:45:28 +0000 |
commit | f537a28c9747d5b8864dabf7dda4972a9ec4687c (patch) | |
tree | 2391bc5ffe4425dfd7581f92f0e27624df154faa /Makefile.target | |
parent | ab1e34add6735b5d2c1300426e8143399bc27dd8 (diff) |
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.target | 7 |
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 |