patch-2.4.22 linux-2.4.22/arch/x86_64/kernel/Makefile

Next file: linux-2.4.22/arch/x86_64/kernel/acpi.c
Previous file: linux-2.4.22/arch/x86_64/ia32/sys_ia32.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/x86_64/kernel/Makefile linux-2.4.22/arch/x86_64/kernel/Makefile
@@ -15,12 +15,12 @@
 O_TARGET := kernel.o
 
 
-export-objs     := mtrr.o msr.o cpuid.o x8664_ksyms.o pci-gart.o
+export-objs     := mtrr.o msr.o cpuid.o x8664_ksyms.o pci-gart.o setup.o
 
 obj-y	:= process.o semaphore.o signal.o entry.o traps.o irq.o \
 		ptrace.o i8259.o ioport.o ldt.o setup.o time.o sys_x86_64.o \
 		pci-dma.o x8664_ksyms.o i387.o syscall.o vsyscall.o \
-		setup64.o acpitable.o e820.o
+		setup64.o e820.o warmreboot.o
 
 ifdef CONFIG_PCI
 obj-y			+= pci-x86_64.o
@@ -37,6 +37,9 @@
 obj-$(CONFIG_GART_IOMMU) += pci-gart.o aperture.o
 obj-$(CONFIG_DUMMY_IOMMU) += pci-nommu.o
 obj-$(CONFIG_MCE) += bluesmoke.o
+obj-$(CONFIG_ACPI)		+= acpi.o
+obj-$(CONFIG_ACPI_SLEEP)	+= acpi_wakeup.o suspend.o
+ 
 
 include $(TOPDIR)/Rules.make
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)