summaryrefslogtreecommitdiff
path: root/mk/tools.mk
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-05-22 14:59:49 -0600
committerAlejandro Soto <alejandro@34project.org>2024-05-24 05:58:43 -0600
commitcc3eed896e039d3c7088454ed49e483b82fe9917 (patch)
tree6fb0a1acc630b94da0a6bb16ce58d7036ebacbcd /mk/tools.mk
parentf544591a74d0f27d5e55261ce50eec562549aad9 (diff)
scripts/makehex: initial commit
Diffstat (limited to 'mk/tools.mk')
-rw-r--r--mk/tools.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index d5ea853..5decb78 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -3,6 +3,7 @@ define find_tools_lazy
$(call find_command_lazy,genhtml,GENHTML)
$(call find_command_lazy,peakrdl,PEAKRDL)
$(call find_command_lazy,pkg-config,PKG_CONFIG)
+ $(call find_command_lazy,python3,PYTHON3)
$(call find_command_lazy,qsys-generate,QSYS_GENERATE)
$(call find_command_lazy,quartus,QUARTUS)
$(call find_command_lazy,verilator,VERILATOR)