aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lightnvm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/lightnvm/Makefile')
-rw-r--r--drivers/lightnvm/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/lightnvm/Makefile b/drivers/lightnvm/Makefile
new file mode 100644
index 000000000000..7e0f42acb737
--- /dev/null
+++ b/drivers/lightnvm/Makefile
@@ -0,0 +1,7 @@
+#
+# Makefile for Open-Channel SSDs.
+#
+
+obj-$(CONFIG_NVM) := core.o
+obj-$(CONFIG_NVM_GENNVM) += gennvm.o
+obj-$(CONFIG_NVM_RRPC) += rrpc.o