summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-04-06 13:28:53 +0200
committerxengineering <me@xengineering.eu>2025-04-06 13:28:53 +0200
commit28576b0bdb6b6e08b186c2919bbed4393b38bb7f (patch)
treeb221f95eafcc55e8c9aa4493818c4fa299097aa6
parent82fa02bcac5e278586cb2e3c9cc597699f6f640d (diff)
downloadiot-contact-28576b0bdb6b6e08b186c2919bbed4393b38bb7f.tar
iot-contact-28576b0bdb6b6e08b186c2919bbed4393b38bb7f.tar.zst
iot-contact-28576b0bdb6b6e08b186c2919bbed4393b38bb7f.zip
fw: btl: Fix build with Meson
-rw-r--r--fw/btl/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/btl/meson.build b/fw/btl/meson.build
index fd6562e..08399a9 100644
--- a/fw/btl/meson.build
+++ b/fw/btl/meson.build
@@ -5,7 +5,7 @@ bootloader_bin = meson.current_build_dir() / 'zephyr' / 'zephyr.bin'
bootloader_project = external_project.add_project('configure.sh',
configure_options: [
bootloader_firmware,
- meson.current_build_dir(),
+ meson.current_build_dir() / 'build',
board,
zephyr,
';'.join(zephyr_modules),