2006-12-20 23:11:57 +08:00
|
|
|
obj-y += setup.o mm.o time.o hvcall.o htab.o repository.o
|
2006-11-23 07:46:58 +08:00
|
|
|
obj-y += interrupt.o exports.o os-area.o
|
2007-01-31 07:20:27 +08:00
|
|
|
obj-y += system-bus.o
|
2006-11-23 07:46:59 +08:00
|
|
|
|
2006-12-20 23:11:57 +08:00
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
2006-11-23 07:46:59 +08:00
|
|
|
obj-$(CONFIG_SPU_BASE) += spu.o
|
2007-06-16 06:05:53 +08:00
|
|
|
obj-y += device-init.o
|