aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak12
1 files changed, 12 insertions, 0 deletions
diff --git a/Rules.mak b/Rules.mak
index fdac364b9..c1a61e30c 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -205,4 +205,16 @@ endif
205# have a chance of winning. 205# have a chance of winning.
206CFLAGS += $(CFLAGS_EXTRA) 206CFLAGS += $(CFLAGS_EXTRA)
207 207
208#------------------------------------------------------------
209# Installation options
210ifeq ($(strip $(CONFIG_INSTALL_APPLET_HARDLINKS)),y)
211INSTALL_OPTS=--hardlinks
212endif
213ifeq ($(strip $(CONFIG_INSTALL_APPLET_SYMLINKS)),y)
214INSTALL_OPTS=--symlinks
215endif
216ifeq ($(strip $(CONFIG_INSTALL_APPLET_DONT)),y)
217INSTALL_OPTS=
218endif
219
208.PHONY: dummy 220.PHONY: dummy