Skip to content

Commit

Permalink
x86: Unify arch/x86/kernel/acpi Makefiles
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner committed Oct 23, 2007
1 parent 9b58aeb commit 5e4181b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
10 changes: 6 additions & 4 deletions arch/x86/kernel/acpi/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
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

7 changes: 0 additions & 7 deletions arch/x86/kernel/acpi/Makefile_32

This file was deleted.

7 changes: 0 additions & 7 deletions arch/x86/kernel/acpi/Makefile_64

This file was deleted.

0 comments on commit 5e4181b

Please sign in to comment.