patch-1.3.72 linux/drivers/net/Makefile

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

diff -u --recursive --new-file v1.3.71/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -63,6 +63,15 @@
   endif
 endif
 
+ifeq ($(CONFIG_SMC9194),y)
+L_OBJS += smc9194.o
+else
+  ifeq ($(CONFIG_SMC9194),m)
+  M_OBJS += smc9194.o
+  endif
+endif
+
+
 ifeq ($(CONFIG_WD80x3),y)
 L_OBJS += wd.o
 CONFIG_8390_BUILTIN = y

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