aboutsummaryrefslogtreecommitdiff
path: root/bazel.WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'bazel.WORKSPACE')
-rw-r--r--bazel.WORKSPACE5
1 files changed, 5 insertions, 0 deletions
diff --git a/bazel.WORKSPACE b/bazel.WORKSPACE
new file mode 100644
index 00000000..8b5fb587
--- /dev/null
+++ b/bazel.WORKSPACE
@@ -0,0 +1,5 @@
+# Call this before define_kleaf_workspace so we
+# always prefer the u-boot py_toolchain.
+# As a side effect, all u-boot targets, including those that do not need
+# this special python, will use this special python.
+register_toolchains("//lk:py_toolchain") \ No newline at end of file