patch-2.4.22 linux-2.4.22/arch/ia64/sn/kernel/sn2/Makefile
Next file: linux-2.4.22/arch/ia64/sn/kernel/sn2/cache.c
Previous file: linux-2.4.22/arch/ia64/sn/kernel/sn1/synergy.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/ia64/sn/kernel/sn2/Makefile
- Orig date:
2003-06-13 07:51:31.000000000 -0700
diff -urN linux-2.4.21/arch/ia64/sn/kernel/sn2/Makefile linux-2.4.22/arch/ia64/sn/kernel/sn2/Makefile
@@ -1,7 +1,7 @@
#
# arch/ia64/sn/kernel/sn2/Makefile
#
-# Copyright (C) 1999,2001-2002 Silicon Graphics, Inc. All rights reserved.
+# Copyright (C) 1999,2001-2003 Silicon Graphics, Inc. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of version 2 of the GNU General Public License
@@ -41,7 +41,9 @@
$(CC) $(AFLAGS) $(AFLAGS_KERNEL) -c -o $*.o $<
O_TARGET = sn2.o
+export-objs := io.o
-obj-y = cache.o iomv.o ptc_deadlock.o sn2_smp.o sn_proc_fs.o
+obj-y = cache.o io.o ptc_deadlock.o sn2_smp.o sn_proc_fs.o \
+ prominfo_proc.o timer.o
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)