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.
16 lines
337 B
16 lines
337 B
# $Id: Makefile,v 1.12 2004/10/19 13:07:43 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
|
|
obj-$(CONFIG_SYSTEM_PROFILER) += profile.o
|
|
|
|
clean:
|
|
|
|
|