patch-2.2.5 linux/drivers/char/Makefile
Next file: linux/drivers/char/bttv.c
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Wed Mar 24 11:46:00 1999
- Orig file:
v2.2.4/linux/drivers/char/Makefile
- Orig date:
Tue Mar 23 14:35:47 1999
diff -u --recursive --new-file v2.2.4/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -139,6 +139,14 @@
endif
endif
+ifeq ($(CONFIG_SYNCLINK),m)
+ M_OBJS += synclink.o
+endif
+
+ifeq ($(CONFIG_N_HDLC),m)
+ M_OBJS += n_hdlc.o
+endif
+
ifeq ($(CONFIG_SPECIALIX),y)
L_OBJS += specialix.o
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)