Skip to content

Commit 3a8bd97

Browse files
ajucklerxiaoxiang781216
authored andcommitted
tools/Unix.mk: add nuttx.asm to manifest
Fix bug where "nuttx.bin" was written to nuttx.asm instead of appending nuttx.asm to nuttx.manifest Signed-off-by: Antoine Juckler <ajuckler@users.noreply.github.com>
1 parent c351769 commit 3a8bd97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/Unix.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ endif
602602
ifeq ($(CONFIG_RAW_DISASSEMBLY),y)
603603
@echo "CP: nuttx.asm"
604604
$(Q) $(OBJDUMP) -d $(BIN) > nuttx.asm
605-
$(Q) echo nuttx.bin >> nuttx.asm
605+
$(Q) echo nuttx.asm >> nuttx.manifest
606606
endif
607607
$(call POSTBUILD, $(TOPDIR))
608608

0 commit comments

Comments
 (0)