patch-2.1.47 linux/drivers/char/Makefile
Next file: linux/drivers/char/lp.c
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Mon Jul 21 12:41:20 1997
- Orig file:
v2.1.46/linux/drivers/char/Makefile
- Orig date:
Thu Jul 17 10:06:04 1997
diff -u --recursive --new-file v2.1.46/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -59,6 +59,14 @@
endif
endif
+ifeq ($(CONFIG_ROCKETPORT),y)
+L_OBJS += rocket.o
+else
+ ifeq ($(CONFIG_ROCKETPORT),m)
+ M_OBJS += rocket.o
+ endif
+endif
+
ifeq ($(CONFIG_DIGI),y)
L_OBJS += pcxx.o
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov