diff options
| author | xengineering <me@xengineering.eu> | 2025-05-24 11:20:22 +0200 | 
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2025-05-24 11:20:22 +0200 | 
| commit | 4af0ed8242ab24b2b222a9ebbf417e12f608b756 (patch) | |
| tree | baf8ca94df4f4ade50cf0da60b1dfa05ef36a2a7 /fw/app | |
| parent | fc3b3cbf7fecee7226f249f7b62cf36aa82a545a (diff) | |
| download | iot-contact-4af0ed8242ab24b2b222a9ebbf417e12f608b756.tar iot-contact-4af0ed8242ab24b2b222a9ebbf417e12f608b756.tar.zst iot-contact-4af0ed8242ab24b2b222a9ebbf417e12f608b756.zip  | |
Remove redundant file name in Meson code
Diffstat (limited to 'fw/app')
| -rw-r--r-- | fw/app/meson.build | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/fw/app/meson.build b/fw/app/meson.build index 1a16862..27b4a41 100644 --- a/fw/app/meson.build +++ b/fw/app/meson.build @@ -37,7 +37,7 @@ application_signed = custom_target(      '--header-size', header_size,      '--slot-size', slot_size,      '--key', signing_key, -    meson.current_build_dir() / 'application.bin', +    application,      '@OUTPUT@',    ],    depends: application, @@ -53,7 +53,7 @@ application_signed_confirmed = custom_target(      '--slot-size', slot_size,      '--key', signing_key,      '--confirm', -    meson.current_build_dir() / 'application.bin', +    application,      '@OUTPUT@',    ],    depends: application,  | 
