Makefile (39fe5434cb9de5da40510028b17b96bc4eb312b3) | Makefile (c26afe9e8591f306d79aab8071f1d34e4f60b700) |
---|---|
1obj-y += setup.o mm.o time.o hvcall.o htab.o repository.o 2obj-y += interrupt.o exports.o os-area.o 3obj-y += system-bus.o 4 | 1obj-y += setup.o mm.o time.o hvcall.o htab.o repository.o 2obj-y += interrupt.o exports.o os-area.o 3obj-y += system-bus.o 4 |
5obj-$(CONFIG_PS3GELIC_UDBG) += gelic_udbg.o |
|
5obj-$(CONFIG_SMP) += smp.o 6obj-$(CONFIG_SPU_BASE) += spu.o 7obj-y += device-init.o | 6obj-$(CONFIG_SMP) += smp.o 7obj-$(CONFIG_SPU_BASE) += spu.o 8obj-y += device-init.o |