Makefile 118 B

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