mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 18:32:14 +07:00
4490733250
Translation SCSI commands to NVMe commands is rather pointless in general as applications must not expext to be able to use SCSI commands on a generic block device. Make the huge translation layer optional and hope no one will ever enable it in the future. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
6 lines
131 B
Makefile
6 lines
131 B
Makefile
|
|
obj-$(CONFIG_BLK_DEV_NVME) += nvme.o
|
|
|
|
nvme-y += core.o pci.o lightnvm.o
|
|
nvme-$(CONFIG_BLK_DEV_NVME_SCSI) += scsi.o
|