aboutsummaryrefslogtreecommitdiff
path: root/bazel.WORKSPACE
blob: 13176d84df1d3495deccd773af924f7186869a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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("//u-boot:py_toolchain")

local_repository(
    name = "swig",
    path = "external/swig",
)

load("//build/kernel/kleaf:workspace.bzl", "define_kleaf_workspace")
define_kleaf_workspace(common_kernel_package = "u-boot")