diff options
author | xengineering <me@xengineering.eu> | 2025-04-06 18:04:25 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-04-06 18:04:25 +0200 |
commit | 8350421e659e9273a94debdd6f29cd80979a63f1 (patch) | |
tree | 06e0f4cf595ec4bf3971731fa09aeedef2558dad /fw/meson.build | |
parent | 867755129e5c50f4e35bc34d5818c2397f3f09db (diff) | |
download | iot-contact-8350421e659e9273a94debdd6f29cd80979a63f1.tar iot-contact-8350421e659e9273a94debdd6f29cd80979a63f1.tar.zst iot-contact-8350421e659e9273a94debdd6f29cd80979a63f1.zip |
fw: app: Build with Meson
Diffstat (limited to 'fw/meson.build')
-rw-r--r-- | fw/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/meson.build b/fw/meson.build index 7f9bead..492465e 100644 --- a/fw/meson.build +++ b/fw/meson.build @@ -4,4 +4,5 @@ fs = import('fs') signing_key = fs.expanduser('~') / 'mcuboot' / 'key.pem' subdir('rtos') +subdir('app') subdir('btl') |