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