Makefile 224 字节
Newer Older
1
obj-y			+= interrupt.o iommu.o setup.o spider-pic.o
2 3
obj-y			+= pervasive.o

4
obj-$(CONFIG_SMP)	+= smp.o
5 6 7
obj-$(CONFIG_SPU_FS)	+= spufs/ spu_base.o
builtin-spufs-$(CONFIG_SPU_FS)	+= spu_syscalls.o
obj-y			+= $(builtin-spufs-m)