]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/nvme/host/Makefile
Merge cpufreq fixes going into v4.6.
[karo-tx-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