Merge tag 'iio-for-3.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23...
[cascardo/linux.git] / arch / x86 / kernel / acpi / Makefile
1 obj-$(CONFIG_ACPI)              += boot.o
2 obj-$(CONFIG_ACPI_SLEEP)        += sleep.o wakeup_$(BITS).o
3 obj-$(CONFIG_ACPI_APEI)         += apei.o
4
5 ifneq ($(CONFIG_ACPI_PROCESSOR),)
6 obj-y                           += cstate.o
7 endif
8