]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - arch/i386/kernel/acpi/Makefile
sh: allow building for both r2d boards in same binary.
[linux-2.6.git] / arch / i386 / kernel / acpi / Makefile
1 obj-$(CONFIG_ACPI)              += boot.o
2 ifneq ($(CONFIG_PCI),)
3 obj-$(CONFIG_X86_IO_APIC)       += earlyquirk.o
4 endif
5 obj-$(CONFIG_ACPI_SLEEP)        += sleep.o wakeup.o
6
7 ifneq ($(CONFIG_ACPI_PROCESSOR),)
8 obj-y                           += cstate.o processor.o
9 endif
10