patch-2.4.0-test12 linux/arch/parisc/lib/Makefile
Next file: linux/arch/parisc/lib/bitops.c
Previous file: linux/arch/parisc/kernel/traps.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Tue Dec 5 12:29:39 2000
- Orig file:
v2.4.0-test11/linux/arch/parisc/lib/Makefile
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.0-test11/linux/arch/parisc/lib/Makefile linux/arch/parisc/lib/Makefile
@@ -0,0 +1,13 @@
+#
+# Makefile for parisc-specific library files..
+#
+
+
+L_TARGET = lib.a
+L_OBJS = lusercopy.o bitops.o checksum.o
+
+
+.S.o:
+ $(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c $< -o $*.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)