patch-2.1.78 linux/drivers/net/hamradio/Makefile
Next file: linux/drivers/net/hamradio/dmascc.c
Previous file: linux/drivers/net/hamradio/Config.in
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Sun Jan 4 10:40:16 1998
- Orig file:
v2.1.77/linux/drivers/net/hamradio/Makefile
- Orig date:
Thu Dec 4 14:53:55 1997
diff -u --recursive --new-file v2.1.77/linux/drivers/net/hamradio/Makefile linux/drivers/net/hamradio/Makefile
@@ -21,6 +21,14 @@
CONFIG_HDLCDRV_BUILTIN :=
CONFIG_HDLCDRV_MODULE :=
+ifeq ($(CONFIG_DMASCC),y)
+L_OBJS += dmascc.o
+else
+ ifeq ($(CONFIG_DMASCC),m)
+ M_OBJS += dmascc.o
+ endif
+endif
+
ifeq ($(CONFIG_SCC),y)
L_OBJS += scc.o
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov