aboutsummaryrefslogtreecommitdiff
path: root/pw_sys_io_baremetal_stm32f429/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'pw_sys_io_baremetal_stm32f429/BUILD.bazel')
-rw-r--r--pw_sys_io_baremetal_stm32f429/BUILD.bazel6
1 files changed, 5 insertions, 1 deletions
diff --git a/pw_sys_io_baremetal_stm32f429/BUILD.bazel b/pw_sys_io_baremetal_stm32f429/BUILD.bazel
index 248d987de..8147ce1a5 100644
--- a/pw_sys_io_baremetal_stm32f429/BUILD.bazel
+++ b/pw_sys_io_baremetal_stm32f429/BUILD.bazel
@@ -21,13 +21,17 @@ package(default_visibility = ["//visibility:public"])
licenses(["notice"])
+constraint_value(
+ name = "backend",
+ constraint_setting = "//pw_sys_io:backend_constraint_setting",
+)
+
pw_cc_library(
name = "pw_sys_io_baremetal_stm32f429",
srcs = ["sys_io_baremetal.cc"],
hdrs = ["public/pw_sys_io_baremetal_stm32f429/init.h"],
includes = ["public"],
target_compatible_with = [
- "//pw_build/constraints/chipset:stm32f429",
"@platforms//os:none",
],
deps = [