16 lines
292 B
Makefile
16 lines
292 B
Makefile
|
# $Id: Makefile,v 1.10 2004/05/14 10:18:12 starvik Exp $
|
||
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
extra-y := vmlinux.lds
|
||
|
|
||
|
obj-y := process.o traps.o irq.o ptrace.o setup.o \
|
||
|
time.o sys_cris.o semaphore.o
|
||
|
|
||
|
obj-$(CONFIG_MODULES) += crisksyms.o
|
||
|
obj-$(CONFIG_MODULES) += module.o
|
||
|
|
||
|
clean:
|
||
|
|