objtool, x86: Add several functions and files to the objtool whitelist
[sfrench/cifs-2.6.git] / arch / x86 / kernel / acpi / Makefile
1 OBJECT_FILES_NON_STANDARD_wakeup_$(BITS).o := y
2
3 obj-$(CONFIG_ACPI)              += boot.o
4 obj-$(CONFIG_ACPI_SLEEP)        += sleep.o wakeup_$(BITS).o
5 obj-$(CONFIG_ACPI_APEI)         += apei.o
6 obj-$(CONFIG_ACPI_CPPC_LIB)     += cppc_msr.o
7
8 ifneq ($(CONFIG_ACPI_PROCESSOR),)
9 obj-y                           += cstate.o
10 endif
11