diff --git a/tools/Unix.mk b/tools/Unix.mk index 06cef9522c4..9169fb16a71 100644 --- a/tools/Unix.mk +++ b/tools/Unix.mk @@ -602,7 +602,7 @@ endif ifeq ($(CONFIG_RAW_DISASSEMBLY),y) @echo "CP: nuttx.asm" $(Q) $(OBJDUMP) -d $(BIN) > nuttx.asm - $(Q) echo nuttx.bin >> nuttx.asm + $(Q) echo nuttx.asm >> nuttx.manifest endif $(call POSTBUILD, $(TOPDIR))