Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt
[sfrench/cifs-2.6.git] / arch / cris / kernel / Makefile
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 time.o sys_cris.o
9
10 obj-$(CONFIG_MODULES)    += crisksyms.o
11 obj-$(CONFIG_MODULES)    += module.o
12 obj-$(CONFIG_SYSTEM_PROFILER)   += profile.o
13
14 clean:
15