From 04762841d8803429fd9bf71eff481d3c5915fa3e Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Fri, 14 May 2010 16:29:00 +0900 Subject: 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 Acked-by: Gerd Hoffmann Cc: Aurelien Jarno Signed-off-by: Blue Swirl --- Makefile.target | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.target') 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 -- cgit v1.1