diff options
author | Sven-Göran Bergh <sgb@systemasis.org> | 2013-07-31 15:45:20 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-07-31 15:45:20 +0200 |
commit | 3b45801dc6e3484ffb2a86958fce587974842c6b (patch) | |
tree | be197e13be7358ade6f5d7b7903438ad77db05e9 /util-linux/volume_id/btrfs.c | |
parent | 982e87f2fb45bf8a951774b3c6dab7afb0dc89f8 (diff) |
volume_id: Adopt to new kbuild style.
Kbuild instructions for util-linux/volume_id are moved into the
source files according to the new build feature.
No code change.
Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/volume_id/btrfs.c')
-rw-r--r-- | util-linux/volume_id/btrfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux/volume_id/btrfs.c b/util-linux/volume_id/btrfs.c index ee71d2e00..46725da3d 100644 --- a/util-linux/volume_id/btrfs.c +++ b/util-linux/volume_id/btrfs.c @@ -19,6 +19,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +//kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_BTRFS) += btrfs.o + #include "volume_id_internal.h" #define BTRFS_UUID_SIZE 16 |