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 / arm / mach-netx / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  259 b   |  13 lines

  1. #
  2. # Makefile for the linux kernel.
  3. #
  4.  
  5. # Object file lists.
  6.  
  7. obj-y            += time.o generic.o pfifo.o xc.o
  8.  
  9. # Specific board support
  10. obj-$(CONFIG_MACH_NXDKN) += nxdkn.o
  11. obj-$(CONFIG_MACH_NXDB500) += nxdb500.o fb.o
  12. obj-$(CONFIG_MACH_NXEB500HMI) += nxeb500hmi.o fb.o
  13.