linux_dsm_epyc7002/drivers/nvme/host/Makefile
Christoph Hellwig 21d34711e1 nvme: split command submission helpers out of pci.c
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>
2015-12-01 10:59:38 -07:00

5 lines
85 B
Makefile

obj-$(CONFIG_BLK_DEV_NVME) += nvme.o
nvme-y += core.o pci.o scsi.o lightnvm.o