7e9204265b
Updates to device drivers. * Use I/O and DMA allocators. * Use wait_event_interruptible instead of interrutiple_sleep_on. * Added spinlocks SMP. * Changed restore_flags to local_irq_restore etc. * Updated IDE driver include to fit 2.6.12. Signed-off-by: Mikael Starvik <starvik@axis.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
19 lines
388 B
Makefile
19 lines
388 B
Makefile
# $Id: Makefile,v 1.6 2004/12/13 12:21:51 starvik Exp $
|
|
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
extra-y := head.o
|
|
|
|
|
|
obj-y := entry.o traps.o shadows.o debugport.o irq.o \
|
|
process.o setup.o signal.o traps.o time.o ptrace.o \
|
|
dma.o io_interface_mux.o
|
|
|
|
obj-$(CONFIG_ETRAX_KGDB) += kgdb.o
|
|
obj-$(CONFIG_ETRAX_FAST_TIMER) += fasttimer.o
|
|
obj-$(CONFIG_MODULES) += crisksyms.o
|
|
|
|
clean:
|
|
|