patch-2.1.14 linux/arch/alpha/lib/Makefile

Next file: linux/drivers/block/ide-cd.c
Previous file: linux/arch/alpha/kernel/bios32.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.13/linux/arch/alpha/lib/Makefile linux/arch/alpha/lib/Makefile
@@ -8,6 +8,14 @@
 	strchr.o strrchr.o \
 	copy_user.o clear_user.o strncpy_from_user.o strlen_user.o
 
+ifeq($(CONFIG_IPV6),y)
+  OBJS += csum_ipv6_magic.o
+else
+  ifeq($(CONFIG_IPV6),m)
+    OBJS += csum_ipv6_magic.o
+  endif
+endif
+
 lib.a: $(OBJS)
 	$(AR) rcs lib.a $(OBJS)
 

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