patch-2.4.7 linux/arch/cris/kernel/Makefile
Next file: linux/arch/cris/kernel/entry.S
Previous file: linux/arch/cris/drivers/usb-host.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Jul 4 11:50:39 2001
- Orig file:
v2.4.6/linux/arch/cris/kernel/Makefile
- Orig date:
Tue May 1 16:04:56 2001
diff -u --recursive --new-file v2.4.6/linux/arch/cris/kernel/Makefile linux/arch/cris/kernel/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 2001/04/17 13:58:39 orjanf Exp $
+# $Id: Makefile,v 1.5 2001/05/15 05:10:00 hp Exp $
#
# Makefile for the linux kernel.
#
@@ -19,6 +19,11 @@
debugport.o semaphore.o
obj-$(CONFIG_ETRAX_KGDB) += kgdb.o
+
+entry.o: entryoffsets.s
+
+entryoffsets.s: entryoffsets.c
+ $(CC) $(CFLAGS) -S -c $<
clean:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)