summaryrefslogtreecommitdiff
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
commit7a87edfee75151abb69d47dba2277ff2de0f6071 (patch)
tree1f0304a22e9ab66cb52cf052600516714f2dddf8 /drivers/md/persistent-data/Makefile
parent6513c29f44f2cc970c0e9fecfe5a6526c3e73025 (diff)
dm persistent data: add bitset
Add a persistent bitset as a wrapper around dm-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 ebd8d80d529c..ff528792c358 100644
--- a/drivers/md/persistent-data/Makefile
+++ b/drivers/md/persistent-data/Makefile
@@ -1,6 +1,7 @@
obj-$(CONFIG_DM_PERSISTENT_DATA) += dm-persistent-data.o
dm-persistent-data-objs := \
dm-array.o \
+ dm-bitset.o \
dm-block-manager.o \
dm-space-map-common.o \
dm-space-map-disk.o \