3e41d6522a
Changes to configuration and build system. * Added v32 sub architecture. * Use generic hard IRQ. * Added SMP options. * Added options to OOPS at NMI and reboot at OOM. * Made it possible to set objtree. * Added option to select Kernel GDB serial port. * Corrected Kconfig usage. * Added system profiler. Signed-off-by: Mikael Starvik <starvik@axis.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
17 lines
337 B
Makefile
17 lines
337 B
Makefile
# $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:
|
|
|