patch-1.3.72 linux/drivers/char/Makefile
Next file: linux/drivers/char/apm_bios.c
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Wed Mar 6 15:07:18 1996
- Orig file:
v1.3.71/linux/drivers/char/Makefile
- Orig date:
Wed Feb 28 11:50:01 1996
diff -u --recursive --new-file v1.3.71/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -9,6 +9,10 @@
# parent makes..
#
+SUB_DIRS :=
+MOD_SUB_DIRS := $(SUB_DIRS)
+ALL_SUB_DIRS := $(SUB_DIRS) ftape
+
#
# This file contains the font map for the default (hardware) font
#
@@ -114,6 +118,15 @@
ifdef CONFIG_QIC02_TAPE
L_OBJS += tpqic02.o
+endif
+
+ifeq ($(CONFIG_FTAPE),y)
+SUB_DIRS += ftape
+L_OBJS += ftape/ftape.o
+else
+ ifeq ($(CONFIG_FTAPE),m)
+ MOD_SUB_DIRS += ftape
+ endif
endif
ifdef CONFIG_APM
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this