diff options
author | xengineering <me@xengineering.eu> | 2025-04-06 13:28:53 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-04-06 13:28:53 +0200 |
commit | 28576b0bdb6b6e08b186c2919bbed4393b38bb7f (patch) | |
tree | b221f95eafcc55e8c9aa4493818c4fa299097aa6 | |
parent | 82fa02bcac5e278586cb2e3c9cc597699f6f640d (diff) | |
download | iot-contact-28576b0bdb6b6e08b186c2919bbed4393b38bb7f.tar iot-contact-28576b0bdb6b6e08b186c2919bbed4393b38bb7f.tar.zst iot-contact-28576b0bdb6b6e08b186c2919bbed4393b38bb7f.zip |
fw: btl: Fix build with Meson
-rw-r--r-- | fw/btl/meson.build | 2 |
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), |