/arch/cris/kernel/Makefile

https://bitbucket.org/evzijst/gittest · Makefile · 15 lines · 6 code · 5 blank · 4 comment · 0 complexity · 66b7a3611775693ecd3e602add806fe8 MD5 · raw file

  1. # $Id: Makefile,v 1.10 2004/05/14 10:18:12 starvik Exp $
  2. #
  3. # Makefile for the linux kernel.
  4. #
  5. extra-y := vmlinux.lds
  6. obj-y := process.o traps.o irq.o ptrace.o setup.o \
  7. time.o sys_cris.o semaphore.o
  8. obj-$(CONFIG_MODULES) += crisksyms.o
  9. obj-$(CONFIG_MODULES) += module.o
  10. clean: