From 3b45801dc6e3484ffb2a86958fce587974842c6b Mon Sep 17 00:00:00 2001 From: Sven-Göran Bergh Date: Wed, 31 Jul 2013 15:45:20 +0200 Subject: 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 Signed-off-by: Denys Vlasenko --- util-linux/volume_id/fat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util-linux/volume_id/fat.c') diff --git a/util-linux/volume_id/fat.c b/util-linux/volume_id/fat.c index 904fbb2..96b2b69 100644 --- a/util-linux/volume_id/fat.c +++ b/util-linux/volume_id/fat.c @@ -18,6 +18,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +//kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_FAT) += fat.o + #include "volume_id_internal.h" /* linux/msdos_fs.h says: */ -- cgit v1.1