aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/persistent-data/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/persistent-data/Makefile')
-rw-r--r--drivers/md/persistent-data/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/persistent-data/Makefile b/drivers/md/persistent-data/Makefile
index ebd8d80d529c..ff528792c358 100644
--- a/drivers/md/persistent-data/Makefile
+++ b/drivers/md/persistent-data/Makefile
@@ -1,6 +1,7 @@
1obj-$(CONFIG_DM_PERSISTENT_DATA) += dm-persistent-data.o 1obj-$(CONFIG_DM_PERSISTENT_DATA) += dm-persistent-data.o
2dm-persistent-data-objs := \ 2dm-persistent-data-objs := \
3 dm-array.o \ 3 dm-array.o \
4 dm-bitset.o \
4 dm-block-manager.o \ 5 dm-block-manager.o \
5 dm-space-map-common.o \ 6 dm-space-map-common.o \
6 dm-space-map-disk.o \ 7 dm-space-map-disk.o \