mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 10:14:23 +08:00
63ea9c1710
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>
6 lines
159 B
Makefile
6 lines
159 B
Makefile
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
|