home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / powerpc / platforms / cell / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  1.5 KB  |  50 lines

  1. obj-$(CONFIG_PPC_CELL_NATIVE)        += interrupt.o iommu.o setup.o \
  2.                        cbe_regs.o spider-pic.o \
  3.                        pervasive.o pmu.o io-workarounds.o \
  4.                        spider-pci.o
  5. obj-$(CONFIG_CBE_RAS)            += ras.o
  6.  
  7. obj-$(CONFIG_CBE_THERM)            += cbe_thermal.o
  8. obj-$(CONFIG_CBE_CPUFREQ_PMI)        += cbe_cpufreq_pmi.o
  9. obj-$(CONFIG_CBE_CPUFREQ)        += cbe-cpufreq.o
  10. cbe-cpufreq-y                += cbe_cpufreq_pervasive.o cbe_cpufreq.o
  11. obj-$(CONFIG_CBE_CPUFREQ_SPU_GOVERNOR)    += cpufreq_spudemand.o
  12.  
  13. obj-$(CONFIG_PPC_IBM_CELL_POWERBUTTON)    += cbe_powerbutton.o
  14.  
  15. ifeq ($(CONFIG_SMP),y)
  16. obj-$(CONFIG_PPC_CELL_NATIVE)        += smp.o
  17. endif
  18.  
  19. # needed only when building loadable spufs.ko
  20. spu-priv1-$(CONFIG_PPC_CELL_NATIVE)    += spu_priv1_mmio.o
  21.  
  22. spu-manage-$(CONFIG_PPC_CELLEB)        += spu_manage.o
  23. spu-manage-$(CONFIG_PPC_CELL_NATIVE)    += spu_manage.o
  24.  
  25. obj-$(CONFIG_SPU_BASE)            += spu_callbacks.o spu_base.o \
  26.                        spu_notify.o \
  27.                        spu_syscalls.o spu_fault.o \
  28.                        $(spu-priv1-y) \
  29.                        $(spu-manage-y) \
  30.                        spufs/
  31.  
  32. obj-$(CONFIG_PCI_MSI)            += axon_msi.o
  33.  
  34.  
  35. # celleb stuff
  36. ifeq ($(CONFIG_PPC_CELLEB),y)
  37. obj-y                    += celleb_setup.o \
  38.                        celleb_pci.o celleb_scc_epci.o \
  39.                        celleb_scc_pciex.o \
  40.                        celleb_scc_uhc.o \
  41.                        io-workarounds.o spider-pci.o \
  42.                        beat.o beat_htab.o beat_hvCall.o \
  43.                        beat_interrupt.o beat_iommu.o
  44.  
  45. obj-$(CONFIG_SMP)            += beat_smp.o
  46. obj-$(CONFIG_PPC_UDBG_BEAT)        += beat_udbg.o
  47. obj-$(CONFIG_SERIAL_TXX9)        += celleb_scc_sio.o
  48. obj-$(CONFIG_SPU_BASE)            += beat_spu_priv1.o
  49. endif
  50.