aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nvme/target/Makefile')
-rw-r--r--drivers/nvme/target/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/nvme/target/Makefile b/drivers/nvme/target/Makefile
new file mode 100644
index 000000000000..b7a06232c9da
--- /dev/null
+++ b/drivers/nvme/target/Makefile
@@ -0,0 +1,9 @@
1
2obj-$(CONFIG_NVME_TARGET) += nvmet.o
3obj-$(CONFIG_NVME_TARGET_LOOP) += nvme-loop.o
4obj-$(CONFIG_NVME_TARGET_RDMA) += nvmet-rdma.o
5
6nvmet-y += core.o configfs.o admin-cmd.o io-cmd.o fabrics-cmd.o \
7 discovery.o
8nvme-loop-y += loop.o
9nvmet-rdma-y += rdma.o