xref: /openbmc/linux/drivers/nvme/target/Makefile (revision c5343203)
1a07b4970SChristoph Hellwig
2a07b4970SChristoph Hellwigobj-$(CONFIG_NVME_TARGET)		+= nvmet.o
33a85a5deSChristoph Hellwigobj-$(CONFIG_NVME_TARGET_LOOP)		+= nvme-loop.o
48f000cacSChristoph Hellwigobj-$(CONFIG_NVME_TARGET_RDMA)		+= nvmet-rdma.o
5c5343203SJames Smartobj-$(CONFIG_NVME_TARGET_FC)		+= nvmet-fc.o
6a07b4970SChristoph Hellwig
7a07b4970SChristoph Hellwignvmet-y		+= core.o configfs.o admin-cmd.o io-cmd.o fabrics-cmd.o \
8a07b4970SChristoph Hellwig			discovery.o
93a85a5deSChristoph Hellwignvme-loop-y	+= loop.o
108f000cacSChristoph Hellwignvmet-rdma-y	+= rdma.o
11c5343203SJames Smartnvmet-fc-y	+= fc.o
12