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

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