aboutsummaryrefslogtreecommitdiff
path: root/Makefile.custom
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.custom')
-rw-r--r--Makefile.custom3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.custom b/Makefile.custom
index 28d0ef7bc..6f679c4e1 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -11,6 +11,9 @@ busybox.cfg.nosuid: $(srctree)/applets/busybox.mksuid $(objtree)/include/autocon
11 $(Q)-SUID="DROP" $(SHELL) $^ > $@ 11 $(Q)-SUID="DROP" $(SHELL) $^ > $@
12 12
13.PHONY: install 13.PHONY: install
14ifeq ($(CONFIG_INSTALL_APPLET_DONT),y)
15INSTALL_OPTS:= --none
16endif
14ifeq ($(CONFIG_INSTALL_APPLET_SYMLINKS),y) 17ifeq ($(CONFIG_INSTALL_APPLET_SYMLINKS),y)
15INSTALL_OPTS:= --symlinks 18INSTALL_OPTS:= --symlinks
16endif 19endif