projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09eee63
)
ppc64: Include arch/powerpc/kernel/setup-common.o
author
Paul Mackerras
<paulus@samba.org>
Thu, 27 Oct 2005 22:30:25 +0000
(08:30 +1000)
committer
Paul 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kernel/Makefile
b/arch/powerpc/kernel/Makefile
index 94cf917b7854b85425767c0b20b9af069315966f..68543201df3d5522ca1af359c67792448415e282 100644
(file)
--- a/
arch/powerpc/kernel/Makefile
+++ b/
arch/powerpc/kernel/Makefile
@@
-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