patch-2.3.16 linux/arch/sh/lib/Makefile

Next file: linux/arch/sh/lib/checksum.c
Previous file: linux/arch/sh/kernel/traps.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/arch/sh/lib/Makefile linux/arch/sh/lib/Makefile
@@ -0,0 +1,14 @@
+#
+# Makefile for SuperH-specific library files..
+#
+
+.S.o:
+	$(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c $< -o $*.o
+
+L_TARGET = lib.a
+# L_OBJS  = checksum.o old-checksum.o semaphore.o delay.o \
+# 	usercopy.o getuser.o putuser.o
+L_OBJS  = delay.o memcpy.o memset.o memmove.o csum_partial_copy.o \
+	  wordcopy.o checksum.o # usercopy.o getuser.o putuser.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)