aboutsummaryrefslogtreecommitdiff
path: root/pw_build_mcuxpresso/py/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'pw_build_mcuxpresso/py/BUILD.gn')
-rw-r--r--pw_build_mcuxpresso/py/BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/pw_build_mcuxpresso/py/BUILD.gn b/pw_build_mcuxpresso/py/BUILD.gn
index e640bd372..274fbe4a9 100644
--- a/pw_build_mcuxpresso/py/BUILD.gn
+++ b/pw_build_mcuxpresso/py/BUILD.gn
@@ -20,12 +20,13 @@ pw_python_package("py") {
setup = [
"pyproject.toml",
"setup.cfg",
- "setup.py",
]
sources = [
"pw_build_mcuxpresso/__init__.py",
"pw_build_mcuxpresso/__main__.py",
+ "pw_build_mcuxpresso/bazel.py",
"pw_build_mcuxpresso/components.py",
+ "pw_build_mcuxpresso/gn.py",
]
tests = [ "tests/components_test.py" ]
pylintrc = "$dir_pigweed/.pylintrc"