]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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 94cf917b7854b85425767c0b20b9af069315966f..68543201df3d5522ca1af359c67792448415e282 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