mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
ae1519ec44
This target allows an Open-Channel SSD to be exposed asas a block device. It implements a round-robin approach for sector allocation, together with a greedy cost-based garbage collector. Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com>
8 lines
140 B
Makefile
8 lines
140 B
Makefile
#
|
|
# Makefile for Open-Channel SSDs.
|
|
#
|
|
|
|
obj-$(CONFIG_NVM) := core.o
|
|
obj-$(CONFIG_NVM_GENNVM) += gennvm.o
|
|
obj-$(CONFIG_NVM_RRPC) += rrpc.o
|