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
- Lines: 15
- Date:
Mon Aug 23 10:23:23 1999
- Orig file:
v2.3.14/linux/drivers/char/Makefile
- Orig date:
Mon Aug 9 14:06:59 1999
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)