ppc64: Include arch/powerpc/kernel/setup-common.o
authorPaul Mackerras <paulus@samba.org>
Thu, 27 Oct 2005 22:30:25 +0000 (08:30 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 27 Oct 2005 22:30:25 +0000 (08:30 +1000)
... which is needed now that ARCH=ppc64 is using the merged
setup_64.c.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/Makefile

index 94cf917..6854320 100644 (file)
@@ -46,7 +46,8 @@ endif
 
 else
 # stuff used from here for ARCH=ppc or ARCH=ppc64
-obj-$(CONFIG_PPC64)            += traps.o process.o init_task.o time.o
+obj-$(CONFIG_PPC64)            += traps.o process.o init_task.o time.o \
+                                  setup-common.o
 
 
 endif