patch-2.1.36 linux/arch/sparc/lib/Makefile
Next file: linux/arch/sparc/lib/checksum.S
Previous file: linux/arch/sparc/kernel/time.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Tue Apr 22 22:39:12 1997
- Orig file:
v2.1.35/linux/arch/sparc/lib/Makefile
- Orig date:
Thu Mar 27 14:39:59 1997
diff -u --recursive --new-file v2.1.35/linux/arch/sparc/lib/Makefile linux/arch/sparc/lib/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.22 1997/03/14 21:04:17 jj Exp $
+# $Id: Makefile,v 1.23 1997/04/18 05:44:39 davem Exp $
# Makefile for Sparc library files..
#
@@ -9,6 +9,10 @@
strncpy_from_user.o divdi3.o udivdi3.o strlen_user.o \
copy_user.o locks.o atomic.o bitops.o
+ifdef SMP
+OBJS += irqlock.o
+endif
+
lib.a: $(OBJS)
$(AR) rcs lib.a $(OBJS)
sync
@@ -53,6 +57,9 @@
bitops.o: bitops.S
$(CC) -D__ASSEMBLY__ $(AFLAGS) -ansi -c -o bitops.o bitops.S
+
+irqlock.o: irqlock.S
+ $(CC) -D__ASSEMBLY__ $(AFLAGS) -ansi -c -o irqlock.o irqlock.S
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov