]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/x86_64/kernel/acpi/Makefile
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux-2.6-omap-h63xx.git] / arch / x86_64 / kernel / acpi / Makefile
1 obj-y                   := boot.o
2 boot-y                  := ../../../i386/kernel/acpi/boot.o
3 obj-y                   += sleep.o wakeup.o
4
5 ifneq ($(CONFIG_ACPI_PROCESSOR),)
6 obj-y                   += processor.o
7 processor-y             := ../../../i386/kernel/acpi/processor.o ../../../i386/kernel/acpi/cstate.o
8 endif
9