summaryrefslogtreecommitdiffstats
path: root/include/prereq-build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'include/prereq-build.mk')
-rw-r--r--include/prereq-build.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index b0114f0b9e..fbe7d69f44 100644
--- a/include/prereq-build.mk
+++ b/include/prereq-build.mk
@@ -103,6 +103,10 @@ $(eval $(call RequireCommand,perl, \
Please install perl. \
))
+$(eval $(call RequireCommand,python, \
+ Please install python. \
+))
+
$(eval $(call RequireCommand,wget, \
Please install wget. \
))