patch-1.3.86 linux/drivers/net/Makefile

Next file: linux/drivers/net/dlci.c
Previous file: linux/drivers/net/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.85/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -63,6 +63,14 @@
   endif
 endif
 
+ifeq ($(CONFIG_WIC),y)
+L_OBJS += wic.o
+else
+  ifeq ($(CONFIG_WIC),m)
+  M_OBJS += wic.o
+  endif
+endif
+
 ifeq ($(CONFIG_SMC9194),y)
 L_OBJS += smc9194.o
 else

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this