[PATCH] PS3: Fix uniprocessor kernel build

Geert Uytterhoeven Geert.Uytterhoeven at sonycom.com
Thu Dec 21 02:11:57 EST 2006


Allow to build a uniprocessor kernel for PS3

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven at sonycom.com>
---
 arch/powerpc/platforms/ps3/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

--- ps3-linux-src.orig/arch/powerpc/platforms/ps3/Makefile
+++ ps3-linux-src/arch/powerpc/platforms/ps3/Makefile
@@ -1,4 +1,5 @@
-obj-y += setup.o mm.o smp.o time.o hvcall.o htab.o repository.o
+obj-y += setup.o mm.o time.o hvcall.o htab.o repository.o
 obj-y += interrupt.o exports.o os-area.o
 
+obj-$(CONFIG_SMP) += smp.o
 obj-$(CONFIG_SPU_BASE) += spu.o

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- Sony Network and Software Technology Center Europe (NSCE)
Geert.Uytterhoeven at sonycom.com ------- The Corporate Village, Da Vincilaan 7-D1
Voice +32-2-7008453 Fax +32-2-7008622 ---------------- B-1935 Zaventem, Belgium



More information about the Linuxppc-dev mailing list