From 8e2c9e1518d42320ebd4b3ff09220d79a199e8ff Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 24 May 2008 20:47:18 +0000 Subject: inotify: new applet by Vladimir Dronnikov function old new delta inotifyd_main - 453 +453 packed_usage 24246 24450 +204 inotify_add_watch - 47 +47 inotify_init - 29 +29 mask_names - 13 +13 signal_handler 130 140 +10 applet_names 1859 1868 +9 applet_main 1132 1136 +4 applet_nameofs 566 568 +2 signalled 1 2 +1 --- miscutils/Kbuild | 1 + 1 file changed, 1 insertion(+) (limited to 'miscutils/Kbuild') diff --git a/miscutils/Kbuild b/miscutils/Kbuild index 96e754e..c12b12d 100644 --- a/miscutils/Kbuild +++ b/miscutils/Kbuild @@ -16,6 +16,7 @@ lib-$(CONFIG_DEVFSD) += devfsd.o lib-$(CONFIG_EJECT) += eject.o lib-$(CONFIG_FBSPLASH) += fbsplash.o lib-$(CONFIG_HDPARM) += hdparm.o +lib-$(CONFIG_INOTIFYD) += inotifyd.o lib-$(CONFIG_FEATURE_LAST_SMALL)+= last.o lib-$(CONFIG_FEATURE_LAST_FANCY)+= last_fancy.o lib-$(CONFIG_LESS) += less.o -- cgit v1.1