f3f541f9de
They are all broken beyond repair. Given that nobody has complained about them (most haven't worked in 2.6 AT ALL), remove them from the tree. A new mitsumi driver that actually works is in progress, it'll get added when completed. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
14 lines
446 B
Makefile
14 lines
446 B
Makefile
# Makefile for the kernel cdrom device drivers.
|
|
#
|
|
# 30 Jan 1998, Michael Elizabeth Chastain, <mailto:mec@shout.net>
|
|
# Rewritten to use lists instead of if-statements.
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
obj-$(CONFIG_BLK_DEV_IDECD) += cdrom.o
|
|
obj-$(CONFIG_BLK_DEV_SR) += cdrom.o
|
|
obj-$(CONFIG_PARIDE_PCD) += cdrom.o
|
|
obj-$(CONFIG_CDROM_PKTCDVD) += cdrom.o
|
|
|
|
obj-$(CONFIG_VIOCD) += viocd.o cdrom.o
|