aboutsummaryrefslogtreecommitdiff
path: root/init/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'init/Makefile.in')
-rw-r--r--init/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/init/Makefile.in b/init/Makefile.in
index a43c4a7f4..9e2f4bcf7 100644
--- a/init/Makefile.in
+++ b/init/Makefile.in
@@ -26,6 +26,9 @@ INIT-y:=
26INIT-$(CONFIG_HALT) += halt.o 26INIT-$(CONFIG_HALT) += halt.o
27INIT-$(CONFIG_INIT) += init.o 27INIT-$(CONFIG_INIT) += init.o
28INIT-$(CONFIG_MESG) += mesg.o 28INIT-$(CONFIG_MESG) += mesg.o
29INIT-$(CONFIG_MINIT) += minit.o
30INIT-$(CONFIG_MSVC) += msvc.o
31INIT-$(CONFIG_PIDFILEHACK) += pidfilehack.o
29INIT-$(CONFIG_POWEROFF) += poweroff.o 32INIT-$(CONFIG_POWEROFF) += poweroff.o
30INIT-$(CONFIG_REBOOT) += reboot.o 33INIT-$(CONFIG_REBOOT) += reboot.o
31INIT-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o 34INIT-$(CONFIG_START_STOP_DAEMON) += start_stop_daemon.o