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 / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  655 b   |  22 lines

  1.  
  2. obj-$(CONFIG_FSL_ULI1575)    += fsl_uli1575.o
  3.  
  4. obj-$(CONFIG_PPC_PMAC)        += powermac/
  5. obj-$(CONFIG_PPC_CHRP)        += chrp/
  6. obj-$(CONFIG_40x)        += 40x/
  7. obj-$(CONFIG_44x)        += 44x/
  8. obj-$(CONFIG_PPC_MPC512x)    += 512x/
  9. obj-$(CONFIG_PPC_MPC52xx)    += 52xx/
  10. obj-$(CONFIG_PPC_8xx)        += 8xx/
  11. obj-$(CONFIG_PPC_82xx)        += 82xx/
  12. obj-$(CONFIG_PPC_83xx)        += 83xx/
  13. obj-$(CONFIG_PPC_85xx)        += 85xx/
  14. obj-$(CONFIG_PPC_86xx)        += 86xx/
  15. obj-$(CONFIG_PPC_PSERIES)    += pseries/
  16. obj-$(CONFIG_PPC_ISERIES)    += iseries/
  17. obj-$(CONFIG_PPC_MAPLE)        += maple/
  18. obj-$(CONFIG_PPC_PASEMI)    += pasemi/
  19. obj-$(CONFIG_PPC_CELL)        += cell/
  20. obj-$(CONFIG_PPC_PS3)        += ps3/
  21. obj-$(CONFIG_EMBEDDED6xx)    += embedded6xx/
  22.