patch-2.1.56 linux/drivers/net/Makefile

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

diff -u --recursive --new-file v2.1.55/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -727,6 +727,14 @@
   endif
 endif
 
+ifeq ($(CONFIG_IPDDP),y)
+L_OBJS += ipddp.o
+else
+  ifeq ($(CONFIG_IPDDP),m)
+  M_OBJS += ipddp.o
+  endif
+endif
+
 ifeq ($(CONFIG_BAYCOM),y)
 L_OBJS += baycom.o
 CONFIG_HDLCDRV_BUILTIN = y

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