From 1e19afd38adae3c44197254255ed43d88ae9726c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 12 Oct 2008 11:20:08 +0000 Subject: blkid: new applet. We almost had everything needed for it already function old new delta display_uuid_cache - 89 +89 blkid_main - 8 +8 applet_names 1871 1877 +6 applet_main 1140 1144 +4 applet_nameofs 570 572 +2 packed_usage 24737 24735 -2 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 3/1 up/down: 109/-2) Total: 107 bytes --- util-linux/Kbuild | 1 + 1 file changed, 1 insertion(+) (limited to 'util-linux/Kbuild') diff --git a/util-linux/Kbuild b/util-linux/Kbuild index 38569c6..2d0fc49 100644 --- a/util-linux/Kbuild +++ b/util-linux/Kbuild @@ -5,6 +5,7 @@ # Licensed under the GPL v2, see the file LICENSE in this tarball. lib-y:= +lib-$(CONFIG_BLKID) += blkid.o lib-$(CONFIG_DMESG) += dmesg.o lib-$(CONFIG_FBSET) += fbset.o lib-$(CONFIG_FDFLUSH) += freeramdisk.o -- cgit v1.1