aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/StdGNU.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/StdGNU.mk b/config/StdGNU.mk
index c020357654..aaa89a2664 100644
--- a/config/StdGNU.mk
+++ b/config/StdGNU.mk
@@ -13,6 +13,9 @@ SIZEUTIL = $(CROSS_COMPILE)size
MSGFMT = msgfmt
MSGMERGE = msgmerge
+# Allow git to be wrappered in the environment
+GIT ?= git
+
INSTALL = install
INSTALL_DIR = $(INSTALL) -d -m0755 -p
INSTALL_DATA = $(INSTALL) -m0644 -p