Makefile 200 B

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