Skip to content

Commit

Permalink
[POWERPC] PS3: Fix uniprocessor kernel build
Browse files Browse the repository at this point in the history
Allow to build a uniprocessor kernel for PS3.

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Geert Uytterhoeven authored and Paul Mackerras committed Jan 24, 2007
1 parent 9ee79a3 commit 63ea9c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/powerpc/platforms/ps3/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 63ea9c1

Please sign in to comment.