aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell/Makefile
diff options
context:
space:
mode:
authorArnd Bergmann <arndb@de.ibm.com>2005-10-31 20:08:38 -0500
committerPaul Mackerras <paulus@samba.org>2005-11-01 21:02:53 +1100
commit19fe04755aca56e7d143f7f95b41008138619c5c (patch)
treec77dae8cbf190143672300526b9afdb1f64cb198 /arch/powerpc/platforms/cell/Makefile
parentf3f66f599db131ea57dc567ffd931d269dbc690e (diff)
[PATCH] powerpc: create a new arch/powerpc/platforms/cell/smp.c
During the conversion to the merge tree, the Cell specific SMP initialization was removed from the pSeries code. This creates a new Cell specific SMP implementation file. Signed-off-by: Arnd Bergmann <arndb@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/cell/Makefile')
-rw-r--r--arch/powerpc/platforms/cell/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/Makefile b/arch/powerpc/platforms/cell/Makefile
new file mode 100644
index 00000000000..7710d2e0803
--- /dev/null
+++ b/arch/powerpc/platforms/cell/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_SMP) += smp.o