diff options
Diffstat (limited to 'drivers/block/mtip32xx/Makefile')
-rw-r--r-- | drivers/block/mtip32xx/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/block/mtip32xx/Makefile b/drivers/block/mtip32xx/Makefile new file mode 100644 index 00000000000..4fbef8c8329 --- /dev/null +++ b/drivers/block/mtip32xx/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for Block device driver for Micron PCIe SSD +# + +obj-$(CONFIG_BLK_DEV_PCIESSD_MTIP32XX) += mtip32xx.o |