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.objs | |
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.objs')
-rw-r--r-- | Makefile.objs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index 110f8fd6c2..acbaf22745 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -153,7 +153,8 @@ hw-obj-$(CONFIG_I8254) += i8254.o hw-obj-$(CONFIG_PCSPK) += pcspk.o hw-obj-$(CONFIG_USB_UHCI) += usb-uhci.o hw-obj-$(CONFIG_FDC) += fdc.o -hw-obj-$(CONFIG_ACPI) += acpi.o +hw-obj-$(CONFIG_ACPI) += acpi.o acpi_piix4.o +hw-obj-$(CONFIG_APM) += pm_smbus.o apm.o # PPC devices hw-obj-$(CONFIG_OPENPIC) += openpic.o |