1
2obj-$(CONFIG_BLK_DEV_NVME)     += nvme.o
3
4lightnvm-$(CONFIG_NVM)	:= lightnvm.o
5nvme-y		+= pci.o scsi.o $(lightnvm-y)
6