diff options
Diffstat (limited to 'util-linux/volume_id/ubifs.c')
-rw-r--r-- | util-linux/volume_id/ubifs.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/util-linux/volume_id/ubifs.c b/util-linux/volume_id/ubifs.c index 7512b84b0..aee53f9dd 100644 --- a/util-linux/volume_id/ubifs.c +++ b/util-linux/volume_id/ubifs.c | |||
@@ -5,9 +5,6 @@ | |||
5 | * | 5 | * |
6 | * Licensed under GPLv2, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | |||
9 | //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_UBIFS) += ubifs.o | ||
10 | |||
11 | //config:config FEATURE_VOLUMEID_UBIFS | 8 | //config:config FEATURE_VOLUMEID_UBIFS |
12 | //config: bool "UBIFS filesystem" | 9 | //config: bool "UBIFS filesystem" |
13 | //config: default y | 10 | //config: default y |
@@ -16,6 +13,8 @@ | |||
16 | //config: UBIFS (Unsorted Block Image File System) is a file | 13 | //config: UBIFS (Unsorted Block Image File System) is a file |
17 | //config: system for use with raw flash memory media. | 14 | //config: system for use with raw flash memory media. |
18 | 15 | ||
16 | //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_UBIFS) += ubifs.o | ||
17 | |||
19 | #include "volume_id_internal.h" | 18 | #include "volume_id_internal.h" |
20 | 19 | ||
21 | #define UBIFS_NODE_MAGIC 0x06101831 | 20 | #define UBIFS_NODE_MAGIC 0x06101831 |