diff options
author | Zhihao Cheng <chengzhihao1@huawei.com> | 2024-11-11 16:36:39 +0800 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2024-11-11 10:32:45 +0100 |
commit | b88ce3ced2123752f6da25abba119ae117bcc771 (patch) | |
tree | 80221294da832bf54c3296a86340b14dec2074e2 /ubifs-utils/Makemodule.am | |
parent | 0d1c454bfcbbe90f6fe9930f1c68f259bd66b114 (diff) |
ubifs-utils: Extract UBI opening/closing/volume_check_empty functions into a new source file
Move UBI opening/closing/volume_check_empty functions into common/super.c.
These functions will be used in fsck.
Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'ubifs-utils/Makemodule.am')
-rw-r--r-- | ubifs-utils/Makemodule.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ubifs-utils/Makemodule.am b/ubifs-utils/Makemodule.am index 8af65be..90cc700 100644 --- a/ubifs-utils/Makemodule.am +++ b/ubifs-utils/Makemodule.am @@ -15,6 +15,7 @@ common_SOURCES = \ ubifs-utils/common/key.h \ ubifs-utils/common/lpt.h \ ubifs-utils/common/lpt.c \ + ubifs-utils/common/super.c \ ubifs-utils/common/sign.h \ include/mtd/ubifs-media.h |