diff options
Diffstat (limited to 'util-linux/volume_id/squashfs.c')
-rw-r--r-- | util-linux/volume_id/squashfs.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/util-linux/volume_id/squashfs.c b/util-linux/volume_id/squashfs.c index e3ffce35e..4b65afd8b 100644 --- a/util-linux/volume_id/squashfs.c +++ b/util-linux/volume_id/squashfs.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_SQUASHFS) += squashfs.o | ||
10 | |||
11 | //config:config FEATURE_VOLUMEID_SQUASHFS | 8 | //config:config FEATURE_VOLUMEID_SQUASHFS |
12 | //config: bool "SquashFS filesystem" | 9 | //config: bool "SquashFS filesystem" |
13 | //config: default y | 10 | //config: default y |
@@ -18,6 +15,8 @@ | |||
18 | //config: device/memory systems (e.g. embedded systems) where low overhead is | 15 | //config: device/memory systems (e.g. embedded systems) where low overhead is |
19 | //config: needed. | 16 | //config: needed. |
20 | 17 | ||
18 | //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_SQUASHFS) += squashfs.o | ||
19 | |||
21 | #include "volume_id_internal.h" | 20 | #include "volume_id_internal.h" |
22 | 21 | ||
23 | struct squashfs_superblock { | 22 | struct squashfs_superblock { |