mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 13:46:47 +07:00
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
|