]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/nvme/host/Makefile
Merge remote-tracking branch 'usb/usb-next'
[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