linux/arch/powerpc/platforms/ps3/Makefile
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0
   2obj-y += setup.o mm.o time.o hvcall.o htab.o repository.o
   3obj-y += interrupt.o exports.o os-area.o
   4obj-y += system-bus.o
   5
   6obj-$(CONFIG_PS3GELIC_UDBG) += gelic_udbg.o
   7obj-$(CONFIG_SMP) += smp.o
   8obj-$(CONFIG_SPU_BASE) += spu.o
   9obj-y += device-init.o
  10