summaryrefslogtreecommitdiff
path: root/fw
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-05-24 11:20:22 +0200
committerxengineering <me@xengineering.eu>2025-05-24 11:20:22 +0200
commit4af0ed8242ab24b2b222a9ebbf417e12f608b756 (patch)
treebaf8ca94df4f4ade50cf0da60b1dfa05ef36a2a7 /fw
parentfc3b3cbf7fecee7226f249f7b62cf36aa82a545a (diff)
downloadiot-contact-4af0ed8242ab24b2b222a9ebbf417e12f608b756.tar
iot-contact-4af0ed8242ab24b2b222a9ebbf417e12f608b756.tar.zst
iot-contact-4af0ed8242ab24b2b222a9ebbf417e12f608b756.zip
Remove redundant file name in Meson code
Diffstat (limited to 'fw')
-rw-r--r--fw/app/meson.build4
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,