diff options
Diffstat (limited to 'drivers/dax/Makefile')
-rw-r--r-- | drivers/dax/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/dax/Makefile b/drivers/dax/Makefile new file mode 100644 index 000000000000..27c54e38478a --- /dev/null +++ b/drivers/dax/Makefile @@ -0,0 +1,4 @@ +obj-$(CONFIG_DEV_DAX) += dax.o +obj-$(CONFIG_DEV_DAX_PMEM) += dax_pmem.o + +dax_pmem-y := pmem.o |