patch-2.1.79 linux/drivers/char/Makefile
Next file: linux/drivers/char/acquirewdt.c
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index
-  Lines: 15
 -  Date:
Mon Jan 12 14:46:16 1998
 -  Orig file: 
v2.1.78/linux/drivers/char/Makefile
 -  Orig date: 
Sun Dec 21 22:36:13 1997
 
diff -u --recursive --new-file v2.1.78/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -317,6 +317,14 @@
   endif
 endif
 
+ifeq ($(CONFIG_VIDEO_CQCAM),y)
+L_OBJS += c-qcam.o
+else
+  ifeq ($(CONFIG_VIDEO_CQCAM),m)
+    M_OBJS += c-qcam.o
+  endif
+endif
+
 ifeq ($(CONFIG_VIDEO_PMS),y)
 L_OBJS += pms.o
 else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov