patch-2.3.15 linux/drivers/char/Makefile

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

diff -u --recursive --new-file v2.3.14/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -116,6 +116,14 @@
   endif
 endif
 
+ifeq ($(CONFIG_COMPUTONE),y)
+L_OBJS += ip2.o ip2main.o
+else
+  ifeq ($(CONFIG_COMPUTONE),m)
+  M_OBJS += ip2.o ip2main.o
+  endif
+endif
+
 ifeq ($(CONFIG_RISCOM8),y)
 O_OBJS += riscom8.o
 else

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