diff options
author | Matias Bjørling <m@bjorling.me> | 2015-10-28 19:54:56 +0100 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-10-29 16:21:42 +0900 |
commit | 48add0f5a6f46919dd307575aad6ea3de7c9cb2a (patch) | |
tree | 1d30a56f86d8b74ffe5b80e977ededabea0ed080 /drivers/lightnvm/Makefile | |
parent | cd9e9808d18fe7107c306f6e71c8be7230ee42b4 (diff) |
gennvm: Generic NVM manager
The implementation for Open-Channel SSDs is divided into media
management and targets. This patch implements a generic media manager
for open-channel SSDs. After a media manager has been initialized,
single or multiple targets can be instantiated with the media managed as
the backend.
Signed-off-by: Matias Bjørling <m@bjorling.me>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/lightnvm/Makefile')
-rw-r--r-- | drivers/lightnvm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/lightnvm/Makefile b/drivers/lightnvm/Makefile index 38185e990d5d..e2428e04e7b8 100644 --- a/drivers/lightnvm/Makefile +++ b/drivers/lightnvm/Makefile @@ -3,3 +3,4 @@ # obj-$(CONFIG_NVM) := core.o +obj-$(CONFIG_NVM_GENNVM) += gennvm.o |