aboutsummaryrefslogtreecommitdiff
path: root/miscutils/readahead.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/readahead.c')
-rw-r--r--miscutils/readahead.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/miscutils/readahead.c b/miscutils/readahead.c
index 0b502f88c..b8e9b257f 100644
--- a/miscutils/readahead.c
+++ b/miscutils/readahead.c
@@ -27,6 +27,10 @@
//config: As readahead(2) blocks until each file has been read, it is best to
//config: run this applet as a background job.
+//applet:IF_READAHEAD(APPLET(readahead, BB_DIR_USR_SBIN, BB_SUID_DROP))
+
+//kbuild:lib-$(CONFIG_READAHEAD) += readahead.o
+
//usage:#define readahead_trivial_usage
//usage: "[FILE]..."
//usage:#define readahead_full_usage "\n\n"