patch-2.4.21 linux-2.4.21/arch/ia64/sn/kernel/Makefile
Next file: linux-2.4.21/arch/ia64/sn/kernel/bte.c
Previous file: linux-2.4.21/arch/ia64/sn/io/xswitch.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
2003-06-13 07:51:31.000000000 -0700
- Orig file:
linux-2.4.20/arch/ia64/sn/kernel/Makefile
- Orig date:
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.20/arch/ia64/sn/kernel/Makefile linux-2.4.21/arch/ia64/sn/kernel/Makefile
@@ -1,4 +1,4 @@
-# arch/ia64/sn/Makefile
+# arch/ia64/sn/kernel/Makefile
#
# Copyright (C) 1999,2001-2002 Silicon Graphics, Inc. All Rights Reserved.
#
@@ -40,9 +40,7 @@
O_TARGET = sn.o
-ifeq ($(CONFIG_MODULES),y)
-export-objs = sn_ksyms.o
-endif
+export-objs = sn_ksyms.o iomv.o
subdir-$(CONFIG_IA64_SGI_SN1) = sn1
subdir-$(CONFIG_IA64_SGI_SN2) = sn2
@@ -51,12 +49,12 @@
obj-$(CONFIG_IA64_SGI_SN1) += irq.o mca.o
obj-$(CONFIG_IA64_SGI_SN2) += irq.o mca.o
-obj-$(CONFIG_IA64_SGI_SN1) += sn1/sn1.a
-obj-$(CONFIG_IA64_SGI_SN2) += sn2/sn2.a
+obj-$(CONFIG_IA64_SGI_SN1) += sn1/sn1.o
+obj-$(CONFIG_IA64_SGI_SN2) += sn2/sn2.o
obj-$(CONFIG_IA64_SGI_AUTOTEST) += llsc4.o misctest.o
obj-$(CONFIG_IA64_GENERIC) += machvec.o
obj-$(CONFIG_MODULES) += sn_ksyms.o
-
+obj-$(CONFIG_IA64_SGI_SN_BRT) += bte_regr_test.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)