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 / 8xx / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  299 b   |  10 lines

  1. #
  2. # Makefile for the PowerPC 8xx linux kernel.
  3. #
  4. obj-$(CONFIG_PPC_8xx)      += m8xx_setup.o
  5. obj-$(CONFIG_MPC885ADS)   += mpc885ads_setup.o
  6. obj-$(CONFIG_MPC86XADS)   += mpc86xads_setup.o
  7. obj-$(CONFIG_PPC_EP88XC)  += ep88xc.o
  8. obj-$(CONFIG_PPC_ADDER875) += adder875.o
  9. obj-$(CONFIG_PPC_MGSUVD) += mgsuvd.o
  10.