You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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 \
|
|
dm-space-map-metadata.o \
|
|
dm-transaction-manager.o \
|
|
dm-btree.o \
|
|
dm-btree-remove.o \
|
|
dm-btree-spine.o
|
|
|