You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# $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:
|
|
|
|
|