btrfs-progs: build more utilities by default

Get better build coverage, btrfs-fragments require external libraries.

Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
David Sterba 2015-01-28 19:06:47 +01:00
parent 1fabba7ef7
commit 878affd47d
1 changed files with 3 additions and 3 deletions

View File

@ -68,10 +68,10 @@ MAKEOPTS = --no-print-directory Q=$(Q)
progs = mkfs.btrfs btrfs-debug-tree btrfsck \
btrfs btrfs-map-logical btrfs-image btrfs-zero-log btrfs-convert \
btrfs-find-root btrfstune btrfs-show-super
btrfs-find-root btrfstune btrfs-show-super \
btrfs-corrupt-block btrfs-select-super btrfs-calc-size
progs_extra = btrfs-corrupt-block btrfs-fragments btrfs-calc-size \
btrfs-select-super
progs_extra = btrfs-fragments
progs_static = $(foreach p,$(progs),$(p).static)