Skip to content

Commit

Permalink
ppc64: Include arch/powerpc/kernel/setup-common.o
Browse files Browse the repository at this point in the history
... which is needed now that ARCH=ppc64 is using the merged
setup_64.c.

Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Oct 27, 2005
1 parent 09eee63 commit 9675c7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/powerpc/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9675c7e

Please sign in to comment.