patch-2.1.17 linux/drivers/cdrom/Makefile

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

diff -u --recursive --new-file v2.1.16/linux/drivers/cdrom/Makefile linux/drivers/cdrom/Makefile
@@ -114,6 +114,14 @@
   endif
 endif #CONFIG_SJCD
 
+ifeq ($(CONFIG_BPCD),y)
+L_OBJS += bpcd.o
+else
+  ifeq ($(CONFIG_BPCD),m)
+  M_OBJS += bpcd.o
+  endif
+endif #CONFIG_BPCD
+
 ifeq ($(CONFIG_CDI_INIT),y)
 L_OBJS += cdi.o
 endif #CONFIG_CDI_INIT

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