i386: prepare shared kernel/acpi/wakeup.S
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
e1589cd4cb
commit
193aa5d7ef
2 changed files with 1 additions and 1 deletions
arch/i386/kernel/acpi
|
@ -2,7 +2,7 @@ obj-$(CONFIG_ACPI) += boot.o
|
|||
ifneq ($(CONFIG_PCI),)
|
||||
obj-$(CONFIG_X86_IO_APIC) += earlyquirk.o
|
||||
endif
|
||||
obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup.o
|
||||
obj-$(CONFIG_ACPI_SLEEP) += sleep.o wakeup_32.o
|
||||
|
||||
ifneq ($(CONFIG_ACPI_PROCESSOR),)
|
||||
obj-y += cstate.o processor.o
|
||||
|
|
Loading…
Add table
Reference in a new issue