X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=drivers%2Fnvme%2Fhost%2FMakefile;h=51bf90871549844c7f4db638a7ec26c4b4b9aa51;hb=3e1e21c7bfcfa9bf06c07f48a13faca2f62b3339;hp=a5fe239525868b1b86ec2d5337cfdb5e324424d6;hpb=3c2789239aaa9f999ea7319abe2dcf0042546e9b;p=deliverable%2Flinux.git diff --git a/drivers/nvme/host/Makefile b/drivers/nvme/host/Makefile index a5fe23952586..51bf90871549 100644 --- a/drivers/nvme/host/Makefile +++ b/drivers/nvme/host/Makefile @@ -1,5 +1,6 @@ obj-$(CONFIG_BLK_DEV_NVME) += nvme.o -lightnvm-$(CONFIG_NVM) := lightnvm.o -nvme-y += pci.o scsi.o $(lightnvm-y) +lightnvm-$(CONFIG_NVM) := lightnvm.o +nvme-y += core.o pci.o $(lightnvm-y) +nvme-$(CONFIG_BLK_DEV_NVME_SCSI) += scsi.o