From c69ea0dff27ccc6663f8ecb4a70f762f4559672c Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Mon, 17 May 2010 19:32:37 +0000 Subject: Compile acpi_piix4, apm and pm_smbus only once 12 compilations less for the full build. Signed-off-by: Blue Swirl --- Makefile.objs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.objs') diff --git a/Makefile.objs b/Makefile.objs index 110f8fd..acbaf22 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 -- cgit v1.1