patch-2.1.20 linux/drivers/char/Makefile

Next file: linux/drivers/char/esp.c
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.19/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -206,11 +206,11 @@
 L_OBJS += rtc.o
 endif
 
-ifdef CONFIG_QIC02_TAPE
+ifeq ($(CONFIG_QIC02_TAPE),y)
+L_OBJS += tpqic02.o
+else
   ifeq ($(CONFIG_QIC02_TAPE),m)
-    M_OBJS += tpqic02.o
-  else
-    L_OBJS += tpqic02.o 
+  M_OBJS += tpqic02.o
   endif
 endif
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov