diff options
author | Jens Axboe <axboe@kernel.dk> | 2023-01-05 00:44:13 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-01-05 00:44:13 +0300 |
commit | 4b83e99ee7092df37a5cf292fde976ebc475ea63 (patch) | |
tree | b7f05be90b358604d23525fc3c00b7b91f7064d3 /drivers/block/Makefile | |
parent | 050a4f341f35bf51db321c7f68700f9e0b1a7552 (diff) | |
download | linux-4b83e99ee7092df37a5cf292fde976ebc475ea63.tar.xz |
Revert "pktcdvd: remove driver."
This reverts commit f40eb99897af665f11858dd7b56edcb62c3f3c67.
There are apparently still users out there of this driver. While we'd
love to remove it to ease the maintenance burden, let's reinstate it
for now until better (userspace) solutions can be developed.
Link: https://lore.kernel.org/lkml/20230104190115.ceglfefco475ev6c@pali/
Reported-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/Makefile')
-rw-r--r-- | drivers/block/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile index 962ee65d8ca3..101612cba303 100644 --- a/drivers/block/Makefile +++ b/drivers/block/Makefile @@ -20,6 +20,7 @@ obj-$(CONFIG_AMIGA_Z2RAM) += z2ram.o obj-$(CONFIG_N64CART) += n64cart.o obj-$(CONFIG_BLK_DEV_RAM) += brd.o obj-$(CONFIG_BLK_DEV_LOOP) += loop.o +obj-$(CONFIG_CDROM_PKTCDVD) += pktcdvd.o obj-$(CONFIG_SUNVDC) += sunvdc.o obj-$(CONFIG_BLK_DEV_NBD) += nbd.o |