Makefile 200 字节
Newer Older
1
obj-y			+= interrupt.o iommu.o setup.o spider-pic.o
2
obj-$(CONFIG_SMP)	+= smp.o
3 4 5
obj-$(CONFIG_SPU_FS)	+= spufs/ spu_base.o
builtin-spufs-$(CONFIG_SPU_FS)	+= spu_syscalls.o
obj-y			+= $(builtin-spufs-m)