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 / cris / kernel / Makefile
Encoding:
Makefile  |  2006-08-11  |  337 b   |  17 lines

  1. # $Id: Makefile,v 1.12 2004/10/19 13:07:43 starvik Exp $
  2. #
  3. # Makefile for the linux kernel.
  4. #
  5.  
  6. extra-y    := vmlinux.lds
  7.  
  8. obj-y   := process.o traps.o irq.o ptrace.o setup.o \
  9.        time.o sys_cris.o semaphore.o
  10.  
  11. obj-$(CONFIG_MODULES)    += crisksyms.o
  12. obj-$(CONFIG_MODULES)     += module.o
  13. obj-$(CONFIG_SYSTEM_PROFILER)   += profile.o
  14.  
  15. clean:
  16.  
  17.