Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / drivers / nvme / host / Makefile
1 obj-$(CONFIG_NVME_CORE) += nvme-core.o
2 obj-$(CONFIG_BLK_DEV_NVME) += nvme.o
3 obj-$(CONFIG_NVME_FABRICS) += nvme-fabrics.o
4 obj-$(CONFIG_NVME_RDMA) += nvme-rdma.o
5
6 nvme-core-y := core.o
7 nvme-core-$(CONFIG_BLK_DEV_NVME_SCSI) += scsi.o
8 nvme-core-$(CONFIG_NVM) += lightnvm.o
9
10 nvme-y += pci.o
11
12 nvme-fabrics-y += fabrics.o
13
14 nvme-rdma-y += rdma.o
This page took 0.03211 seconds and 5 git commands to generate.