patch-2.4.23 linux-2.4.23/arch/ia64/sn/io/sn2/ioc4/Makefile
Next file: linux-2.4.23/arch/ia64/sn/io/sn2/ioc4/ioc4.c
Previous file: linux-2.4.23/arch/ia64/sn/io/sn2/Makefile
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
2003-11-28 10:26:19.000000000 -0800
- Orig file:
linux-2.4.22/arch/ia64/sn/io/sn2/ioc4/Makefile
- Orig date:
1969-12-31 16:00:00.000000000 -0800
diff -urN linux-2.4.22/arch/ia64/sn/io/sn2/ioc4/Makefile linux-2.4.23/arch/ia64/sn/io/sn2/ioc4/Makefile
@@ -0,0 +1,22 @@
+#
+# This file is subject to the terms and conditions of the GNU General Public
+# License. See the file "COPYING" in the main directory of this archive
+# for more details.
+#
+# Copyright (C) 2003 Silicon Graphics, Inc. All Rights Reserved.
+#
+# Makefile for the sn2 io ioc4 routines.
+
+EXTRA_CFLAGS := -DLITTLE_ENDIAN
+
+ifdef CONFIG_IA64_SGI_SN2
+EXTRA_CFLAGS += -DSHUB_SWAP_WAR
+endif
+
+O_TARGET := ioc4_if.o
+export-objs := ioc4.o sio_ioc4.o
+
+
+obj-$(CONFIG_IA64_SGI_SN2) += sio_ioc4.o ioc4.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)