Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65412
b: refs/heads/master
c: 96c4d6e
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 31feb38 commit 88089d7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 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: 84629d8d3695cab7177e9a04ccc212727280bdd8
refs/heads/master: 96c4d6e71d27a2de591d185aa897d2d215f8588e
13 changes: 4 additions & 9 deletions trunk/arch/i386/kernel/acpi/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
obj-$(CONFIG_ACPI) += boot.o
ifneq ($(CONFIG_PCI),)
obj-$(CONFIG_X86_IO_APIC) += earlyquirk_32.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
obj-$(CONFIG_ACPI_SLEEP) += sleep_32.o wakeup_32.o

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

10 changes: 10 additions & 0 deletions trunk/arch/i386/kernel/acpi/Makefile_32
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
obj-$(CONFIG_ACPI) += boot.o
ifneq ($(CONFIG_PCI),)
obj-$(CONFIG_X86_IO_APIC) += earlyquirk_32.o
endif
obj-$(CONFIG_ACPI_SLEEP) += sleep_32.o wakeup_32.o

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

0 comments on commit 88089d7

Please sign in to comment.