]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/x86/kernel/acpi/Makefile
Merge branch 'irq-upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[karo-tx-linux.git] / arch / x86 / kernel / acpi / Makefile
1 obj-$(CONFIG_ACPI)              += boot.o
2 obj-$(CONFIG_ACPI_SLEEP)        += sleep_$(BITS).o wakeup_$(BITS).o
3
4 ifneq ($(CONFIG_ACPI_PROCESSOR),)
5 obj-y                           += cstate.o processor.o
6 endif
7