blob: a0048fcf0866160c48a5e42ea5cff8558324ccc5 (
plain) (
blame)
1
2
3
4
5
6
|
obj-y += setup.o mm.o time.o hvcall.o htab.o repository.o
obj-y += interrupt.o exports.o os-area.o
obj-y += system-bus.o
obj-$(CONFIG_SMP) += smp.o
obj-$(CONFIG_SPU_BASE) += spu.o
|