summaryrefslogtreecommitdiffstats
path: root/drivers/cdrom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cdrom/Makefile')
-rw-r--r--drivers/cdrom/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/cdrom/Makefile b/drivers/cdrom/Makefile
index 0f54a6e2d..5681e2fe5 100644
--- a/drivers/cdrom/Makefile
+++ b/drivers/cdrom/Makefile
@@ -112,14 +112,6 @@ else
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_ISP16_CDI),y)
L_OBJS += isp16.o
else