diff options
author | Zhihao Cheng <chengzhihao1@huawei.com> | 2024-11-11 16:36:41 +0800 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2024-11-11 10:32:45 +0100 |
commit | 50f9259befe1b94ee991ae390b7c84b21f4dbb88 (patch) | |
tree | fe5f75bc73ca5c241a158d8e4c9ec9519652e382 /ubifs-utils/Makemodule.am | |
parent | 898499314c7073bbf6851db6542858921aeb6580 (diff) |
ubifs-utils: Add compiler attributes implementations
Add compiler attributes implementations, such as __packed, __unused,
__const, etc., which could be used in linux kernel libs. Besides, change
some existing attributes into linux kernel style.
This is a preparation for replacing implementation of UBIFS utils with
linux kernel libs.
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 90cc700..d58570f 100644 --- a/ubifs-utils/Makemodule.am +++ b/ubifs-utils/Makemodule.am @@ -1,4 +1,5 @@ common_SOURCES = \ + ubifs-utils/common/compiler_attributes.h \ ubifs-utils/common/defs.h \ ubifs-utils/common/crc16.h \ ubifs-utils/common/crc16.c \ |