aboutsummaryrefslogtreecommitdiffstats
path: root/usr/utils/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'usr/utils/Kbuild')
-rw-r--r--usr/utils/Kbuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/utils/Kbuild b/usr/utils/Kbuild
index 002342f769401..a389c2a761d7b 100644
--- a/usr/utils/Kbuild
+++ b/usr/utils/Kbuild
@@ -79,7 +79,8 @@ clean-dirs := static shared
# install the shared binaries by preference
ifdef KLIBCSHAREDFLAGS
-install-y := $(shared-y) shared/reboot shared/poweroff
+install-y := $(shared-y)
else
-install-y := $(static-y) static/reboot static/poweroff
+install-y := $(static-y)
endif
+install-link-y := reboot=halt poweroff=halt