diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-05-17 19:32:37 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-05-17 19:32:37 +0000 |
commit | c69ea0dff27ccc6663f8ecb4a70f762f4559672c (patch) | |
tree | 389853b57764646e3c1481758ac7e1e4c2e8fc1f /Makefile.target | |
parent | 129414184e79e887a4028f153f3b50b92354a6fc (diff) |
Compile acpi_piix4, apm and pm_smbus only once
12 compilations less for the full build.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target index f2cd4ffe98..a22484e1e9 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 apm.o acpi_piix4.o pc_piix.o +obj-i386-y += pc_piix.o # shared objects obj-ppc-y = ppc.o @@ -221,7 +221,6 @@ 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 apm.o acpi_piix4.o obj-microblaze-y = petalogix_s3adsp1800_mmu.o |