Commit 9675c7eb authored by Paul Mackerras's avatar Paul Mackerras

ppc64: Include arch/powerpc/kernel/setup-common.o

... which is needed now that ARCH=ppc64 is using the merged
setup_64.c.
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 09eee634
...@@ -46,7 +46,8 @@ endif ...@@ -46,7 +46,8 @@ endif
else else
# stuff used from here for ARCH=ppc or ARCH=ppc64 # 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 endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment