Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65507
b: refs/heads/master
c: f11cfb4
h: refs/heads/master
i:
  65505: 30f9ef2
  65503: 8861dba
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 6d0b98d commit 1659c6a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 08c81f47fcba935d937e45a592ad7b00e9296a2f
refs/heads/master: f11cfb424c78ef8a6d9fc80922577756cec00282
12 changes: 4 additions & 8 deletions trunk/arch/x86_64/kernel/acpi/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
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 changes: 9 additions & 0 deletions trunk/arch/x86_64/kernel/acpi/Makefile_64
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
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

0 comments on commit 1659c6a

Please sign in to comment.