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