summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 444b22310..b71c75280 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -12,6 +12,7 @@ MKDIR = mkdir
SED = sed
CP = cp
RM = rm
+PYTHON ?= python
# Select the board to build for.
ifeq ($(BOARD),)