Previously, LBA read and write were not supported in the lightnvm specification. Now that it supports it, lets use the traditional NVMe gendisk, and attach the lightnvm sysfs geometry export. Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com>
8 lines
149 B
Makefile
8 lines
149 B
Makefile
#
|
|
# Makefile for Open-Channel SSDs.
|
|
#
|
|
|
|
obj-$(CONFIG_NVM) := core.o sysblk.o
|
|
obj-$(CONFIG_NVM_GENNVM) += gennvm.o
|
|
obj-$(CONFIG_NVM_RRPC) += rrpc.o
|