diff options
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 27b4a41..6665fe4 100644 --- a/fw/app/meson.build +++ b/fw/app/meson.build @@ -28,8 +28,8 @@ version = '0.0.0'  header_size = '0x200'  slot_size = '0xc0000' -application_signed = custom_target( -  output: ['application.signed.bin'], +update_image = custom_target( +  output: ['update-image.bin'],    command: [      imgtool,      'sign',  | 
