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. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/ext.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util-linux/volume_id/ext.c') diff --git a/util-linux/volume_id/ext.c b/util-linux/volume_id/ext.c index 97451067f..a1a080805 100644 --- a/util-linux/volume_id/ext.c +++ b/util-linux/volume_id/ext.c @@ -18,6 +18,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +//kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_EXT) += ext.o + #include "volume_id_internal.h" #include "bb_e2fs_defs.h" -- cgit v1.2.3