summaryrefslogtreecommitdiffstats
path: root/drivers/md/persistent-data/Makefile
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2013-03-01 22:45:51 +0000
committerAlasdair G Kergon <agk@redhat.com>2013-03-01 22:45:51 +0000
commit6513c29f44f2cc970c0e9fecfe5a6526c3e73025 (patch)
tree5c501dceffb8a4c5c0a70bde68b084a171fee861 /drivers/md/persistent-data/Makefile
parent025b96853fe0bdc977d88b4242ca5e1f19d9bb66 (diff)
dm persistent data: add transactional array
Add a transactional array. Signed-off-by: Joe Thornber <ejt@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
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 d8e7cb767c1e..ebd8d80d529c 100644
--- a/drivers/md/persistent-data/Makefile
+++ b/drivers/md/persistent-data/Makefile
@@ -1,5 +1,6 @@
obj-$(CONFIG_DM_PERSISTENT_DATA) += dm-persistent-data.o
dm-persistent-data-objs := \
+ dm-array.o \
dm-block-manager.o \
dm-space-map-common.o \
dm-space-map-disk.o \