Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f11cfb42 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86_64: prepare shared kernel/acpi/Makefile



Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 08c81f47
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
obj-y			:= boot.o
boot-y			:= ../../../i386/kernel/acpi/boot.o
obj-$(CONFIG_ACPI_SLEEP)	+= sleep_64.o wakeup_64.o

ifneq ($(CONFIG_ACPI_PROCESSOR),)
obj-y			+= processor.o
processor-y		:= ../../../i386/kernel/acpi/processor.o ../../../i386/kernel/acpi/cstate.o
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/kernel/acpi/Makefile_32
else
include ${srctree}/arch/x86_64/kernel/acpi/Makefile_64
endif
+9 −0
Original line number Diff line number Diff line
obj-y			:= boot.o
boot-y			:= ../../../i386/kernel/acpi/boot.o
obj-$(CONFIG_ACPI_SLEEP)	+= sleep_64.o wakeup_64.o

ifneq ($(CONFIG_ACPI_PROCESSOR),)
obj-y			+= processor.o
processor-y		:= ../../../i386/kernel/acpi/processor.o ../../../i386/kernel/acpi/cstate.o
endif