forked from Minki/linux
21d34711e1
Create a new core.c and start by adding the command submission helpers to it, which are already abstracted away from the actual hardware queues by the block layer. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>
5 lines
85 B
Makefile
5 lines
85 B
Makefile
|
|
obj-$(CONFIG_BLK_DEV_NVME) += nvme.o
|
|
|
|
nvme-y += core.o pci.o scsi.o lightnvm.o
|