patch-2.3.99-pre2 linux/drivers/net/wan/Makefile

Next file: linux/drivers/net/wan/comx.c
Previous file: linux/drivers/net/via-rhine.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre1/linux/drivers/net/wan/Makefile linux/drivers/net/wan/Makefile
@@ -49,6 +49,14 @@
   endif
 endif
 
+ifeq ($(CONFIG_COMX),y)
+LX_OBJS += comx.o
+else
+  ifeq ($(CONFIG_COMX),m)
+  MX_OBJS += comx.o
+  endif
+endif
+
 ifeq ($(CONFIG_COMX_HW_COMX),y)
 L_OBJS += comx-hw-comx.o
 else 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)