diff options
Diffstat (limited to 'util-linux/volume_id/unused_lvm.c')
-rw-r--r-- | util-linux/volume_id/unused_lvm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/util-linux/volume_id/unused_lvm.c b/util-linux/volume_id/unused_lvm.c index 5ad6d585c..649306c85 100644 --- a/util-linux/volume_id/unused_lvm.c +++ b/util-linux/volume_id/unused_lvm.c | |||
@@ -17,14 +17,13 @@ | |||
17 | * License along with this library; if not, write to the Free Software | 17 | * License along with this library; if not, write to the Free Software |
18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 | */ | 19 | */ |
20 | |||
21 | //kbuild:### lib-$(CONFIG_FEATURE_VOLUMEID_LVM) += lvm.o | ||
22 | |||
23 | //config:### config FEATURE_VOLUMEID_LVM | 20 | //config:### config FEATURE_VOLUMEID_LVM |
24 | //config:### bool "lvm" | 21 | //config:### bool "lvm" |
25 | //config:### default y | 22 | //config:### default y |
26 | //config:### depends on VOLUMEID | 23 | //config:### depends on VOLUMEID |
27 | 24 | ||
25 | //kbuild:### lib-$(CONFIG_FEATURE_VOLUMEID_LVM) += lvm.o | ||
26 | |||
28 | #include "volume_id_internal.h" | 27 | #include "volume_id_internal.h" |
29 | 28 | ||
30 | struct lvm1_super_block { | 29 | struct lvm1_super_block { |