diff options
| author | Joe Thornber <ejt@redhat.com> | 2013-03-01 17:45:51 -0500 |
|---|---|---|
| committer | Alasdair G Kergon <agk@redhat.com> | 2013-03-01 17:45:51 -0500 |
| commit | 6513c29f44f2cc970c0e9fecfe5a6526c3e73025 (patch) | |
| tree | 5c501dceffb8a4c5c0a70bde68b084a171fee861 /drivers/md/persistent-data/Makefile | |
| parent | 025b96853fe0bdc977d88b4242ca5e1f19d9bb66 (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/Makefile | 1 |
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 @@ | |||
| 1 | obj-$(CONFIG_DM_PERSISTENT_DATA) += dm-persistent-data.o | 1 | obj-$(CONFIG_DM_PERSISTENT_DATA) += dm-persistent-data.o |
| 2 | dm-persistent-data-objs := \ | 2 | dm-persistent-data-objs := \ |
| 3 | dm-array.o \ | ||
| 3 | dm-block-manager.o \ | 4 | dm-block-manager.o \ |
| 4 | dm-space-map-common.o \ | 5 | dm-space-map-common.o \ |
| 5 | dm-space-map-disk.o \ | 6 | dm-space-map-disk.o \ |
