linux_dsm_epyc7002/drivers/nvme/host/Makefile
Christoph Hellwig 4490733250 nvme: make SG_IO support optional
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>
2016-01-12 13:30:16 -07:00

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