home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / arch / arm / mach-aaec2000 / Makefile < prev   
Encoding:
Makefile  |  2006-08-11  |  194 b   |  10 lines

  1. #
  2. # Makefile for the linux kernel.
  3. #
  4.  
  5. # Common support (must be linked before board specific support)
  6. obj-y += core.o clock.o
  7.  
  8. # Specific board support
  9. obj-$(CONFIG_MACH_AAED2000) += aaed2000.o
  10.