Skip to content

Commit

Permalink
Fix restyled error
Browse files Browse the repository at this point in the history
  • Loading branch information
pankore committed Apr 1, 2022
1 parent 928751f commit 1427080
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions scripts/build/builders/ameba.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,12 @@ def build_outputs(self):
self.app.AppNamePrefix + '.map':
os.path.join(self.output_dir, 'asdk', 'target_image2.map'),
'km0_boot_all.bin':
os.path.join(self.output_dir, 'asdk', 'bootloader', 'km0_boot_all.bin'),
os.path.join(self.output_dir, 'asdk',
'bootloader', 'km0_boot_all.bin'),
'km4_boot_all.bin':
os.path.join(self.output_dir, 'asdk', 'bootloader', 'km4_boot_all.bin'),
os.path.join(self.output_dir, 'asdk',
'bootloader', 'km4_boot_all.bin'),
'km0_km4_image2.bin':
os.path.join(self.output_dir, 'asdk', 'image', 'km0_km4_image2.bin'),
os.path.join(self.output_dir, 'asdk',
'image', 'km0_km4_image2.bin'),
}

0 comments on commit 1427080

Please sign in to comment.