Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[deliverable/linux.git] / drivers / nvme / host / Makefile
1 obj-$(CONFIG_NVME_CORE) += nvme-core.o
2 obj-$(CONFIG_BLK_DEV_NVME) += nvme.o
3
4 nvme-core-y := core.o
5 nvme-core-$(CONFIG_BLK_DEV_NVME_SCSI) += scsi.o
6 nvme-core-$(CONFIG_NVM) += lightnvm.o
7
8 nvme-y += pci.o
This page took 0.046172 seconds and 5 git commands to generate.