diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2010-05-14 16:29:00 +0900 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-05-15 15:27:19 +0000 |
commit | 04762841d8803429fd9bf71eff481d3c5915fa3e (patch) | |
tree | cc0ca1c2fe8454d2633b8b1f0fd15aad850a1a62 /Makefile.target | |
parent | fc0bdd995ca36a34cc576ee706df239dd5ff79a9 (diff) | |
download | hqemu-04762841d8803429fd9bf71eff481d3c5915fa3e.zip hqemu-04762841d8803429fd9bf71eff481d3c5915fa3e.tar.gz |
acpi: split out apm register emulation from acpi.c
Split out apm register emulation for acpi.c into apm.c.
The apm emulation will be used later.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target index 05c04e5..25414f3 100644 --- a/Makefile.target +++ b/Makefile.target @@ -195,7 +195,7 @@ obj-i386-y += cirrus_vga.o apic.o ioapic.o piix_pci.o obj-i386-y += vmmouse.o vmport.o hpet.o obj-i386-y += device-hotplug.o pci-hotplug.o smbios.o wdt_ib700.o obj-i386-y += debugcon.o multiboot.o -obj-i386-y += pm_smbus.o +obj-i386-y += pm_smbus.o apm.o # shared objects obj-ppc-y = ppc.o @@ -221,7 +221,7 @@ obj-mips-y += dma.o vga.o i8259.o obj-mips-y += g364fb.o jazz_led.o obj-mips-y += gt64xxx.o pckbd.o mc146818rtc.o obj-mips-y += piix4.o cirrus_vga.o -obj-mips-y += pm_smbus.o +obj-mips-y += pm_smbus.o apm.o obj-microblaze-y = petalogix_s3adsp1800_mmu.o |