diff options
Diffstat (limited to 'Makefile.custom')
-rw-r--r-- | Makefile.custom | 3 |
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 |
14 | ifeq ($(CONFIG_INSTALL_APPLET_DONT),y) | ||
15 | INSTALL_OPTS:= --none | ||
16 | endif | ||
14 | ifeq ($(CONFIG_INSTALL_APPLET_SYMLINKS),y) | 17 | ifeq ($(CONFIG_INSTALL_APPLET_SYMLINKS),y) |
15 | INSTALL_OPTS:= --symlinks | 18 | INSTALL_OPTS:= --symlinks |
16 | endif | 19 | endif |