mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
ade69e2432
For the first iteration of Open-Channel SSDs, it was anticipated that there could be various media managers on top of an open-channel SSD, such to allow vendors to plug in their own host-side FTLs, without the media manager in between. Now that an Open-Channel SSD is exposed as a traditional block device, there is no longer a need for this. Therefore lets merge the gennvm code with core and simplify the stack. Signed-off-by: Matias Bjørling <matias@cnexlabs.com> Signed-off-by: Jens Axboe <axboe@fb.com>
7 lines
102 B
Makefile
7 lines
102 B
Makefile
#
|
|
# Makefile for Open-Channel SSDs.
|
|
#
|
|
|
|
obj-$(CONFIG_NVM) := core.o
|
|
obj-$(CONFIG_NVM_RRPC) += rrpc.o
|