aboutsummaryrefslogtreecommitdiff
path: root/util-linux/volume_id/btrfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/volume_id/btrfs.c')
-rw-r--r--util-linux/volume_id/btrfs.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/util-linux/volume_id/btrfs.c b/util-linux/volume_id/btrfs.c
index 338a48762..a3ddf9782 100644
--- a/util-linux/volume_id/btrfs.c
+++ b/util-linux/volume_id/btrfs.c
@@ -18,14 +18,13 @@
18 * License along with this library; if not, write to the Free Software 18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */ 20 */
21
22//kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_BTRFS) += btrfs.o
23
24//config:config FEATURE_VOLUMEID_BTRFS 21//config:config FEATURE_VOLUMEID_BTRFS
25//config: bool "btrfs filesystem" 22//config: bool "btrfs filesystem"
26//config: default y 23//config: default y
27//config: depends on VOLUMEID 24//config: depends on VOLUMEID
28 25
26//kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_BTRFS) += btrfs.o
27
29#include "volume_id_internal.h" 28#include "volume_id_internal.h"
30 29
31#define BTRFS_UUID_SIZE 16 30#define BTRFS_UUID_SIZE 16