Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-2.6-microblaze.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 obj-$(CONFIG_NVME_FC)                   += nvme-fc.o
6
7 nvme-core-y                             := core.o
8 nvme-core-$(CONFIG_BLK_DEV_NVME_SCSI)   += scsi.o
9 nvme-core-$(CONFIG_NVM)                 += lightnvm.o
10
11 nvme-y                                  += pci.o
12
13 nvme-fabrics-y                          += fabrics.o
14
15 nvme-rdma-y                             += rdma.o
16
17 nvme-fc-y                               += fc.o