Generic semaphore implementation
[deliverable/linux.git] / arch / cris / kernel / Makefile
CommitLineData
3e41d652 1# $Id: Makefile,v 1.12 2004/10/19 13:07:43 starvik Exp $
1da177e4
LT
2#
3# Makefile for the linux kernel.
4#
5
6extra-y := vmlinux.lds
7
64ac24e7 8obj-y := process.o traps.o irq.o ptrace.o setup.o time.o sys_cris.o
1da177e4
LT
9
10obj-$(CONFIG_MODULES) += crisksyms.o
11obj-$(CONFIG_MODULES) += module.o
3e41d652 12obj-$(CONFIG_SYSTEM_PROFILER) += profile.o
1da177e4
LT
13
14clean:
15
This page took 0.282229 seconds and 5 git commands to generate.