patch-2.0.21-2.1.0 linux/arch/m68k/lib/Makefile

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

diff -u --recursive --new-file lx2.0/v2.0.21/linux/arch/m68k/lib/Makefile linux/arch/m68k/lib/Makefile
@@ -2,7 +2,10 @@
 # Makefile for m68k-specific library files..
 #
 
+.S.o:
+	$(CC) -D__ASSEMBLY__ -traditional -c $< -o $@
+
 L_TARGET = lib.a
-L_OBJS  = ashrdi3.o checksum.o memcpy.o memcmp.o
+L_OBJS  = ashrdi3.o checksum.o memcpy.o memcmp.o memset.o semaphore.o
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov