Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee13...
[deliverable/linux.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
This page took 0.035438 seconds and 6 git commands to generate.