Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'init/Makefile.in')
-rw-r--r--init/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Makefile.in b/init/Makefile.in
index 8cc95264d..cd3ead839 100644
--- a/init/Makefile.in
+++ b/init/Makefile.in
@@ -25,6 +25,7 @@ endif
INIT-y:=
INIT-$(CONFIG_HALT) += halt.o
INIT-$(CONFIG_INIT) += init.o
+INIT-$(CONFIG_MESG) += mesg.o
INIT-$(CONFIG_POWEROFF) += poweroff.o
INIT-$(CONFIG_REBOOT) += reboot.o
INIT-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o