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 / 86xx / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  284 b   |  11 lines

  1. #
  2. # Makefile for the PowerPC 86xx linux kernel.
  3. #
  4.  
  5. obj-y                := pic.o
  6. obj-$(CONFIG_SMP)        += mpc86xx_smp.o
  7. obj-$(CONFIG_MPC8641_HPCN)    += mpc86xx_hpcn.o
  8. obj-$(CONFIG_SBC8641D)        += sbc8641d.o
  9. obj-$(CONFIG_MPC8610_HPCD)    += mpc8610_hpcd.o
  10. obj-$(CONFIG_GEF_SBC610)    += gef_sbc610.o gef_pic.o
  11.