diff options
Diffstat (limited to 'drivers/nvme/host/Makefile')
-rw-r--r-- | drivers/nvme/host/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/nvme/host/Makefile b/drivers/nvme/host/Makefile new file mode 100644 index 000000000..a5fe23952 --- /dev/null +++ b/drivers/nvme/host/Makefile @@ -0,0 +1,5 @@ + +obj-$(CONFIG_BLK_DEV_NVME) += nvme.o + +lightnvm-$(CONFIG_NVM) := lightnvm.o +nvme-y += pci.o scsi.o $(lightnvm-y) |