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

Commit 5e4181b3 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86: Unify arch/x86/kernel/acpi Makefiles



Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 9b58aebc
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/x86/kernel/acpi/Makefile_32
else
include ${srctree}/arch/x86/kernel/acpi/Makefile_64
obj-$(CONFIG_ACPI)		+= boot.o
obj-$(CONFIG_ACPI_SLEEP)	+= sleep_$(BITS).o wakeup_$(BITS).o

ifneq ($(CONFIG_ACPI_PROCESSOR),)
obj-y				+= cstate.o processor.o
endif

arch/x86/kernel/acpi/Makefile_32

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
obj-$(CONFIG_ACPI)		+= boot.o
obj-$(CONFIG_ACPI_SLEEP)	+= sleep_32.o wakeup_32.o

ifneq ($(CONFIG_ACPI_PROCESSOR),)
obj-y				+= cstate.o processor.o
endif

arch/x86/kernel/acpi/Makefile_64

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
obj-y			:= boot.o
obj-$(CONFIG_ACPI_SLEEP)	+= sleep_64.o wakeup_64.o

ifneq ($(CONFIG_ACPI_PROCESSOR),)
obj-y			+= processor.o cstate.o
endif