aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index a5cf3a434..1f1e4f8b0 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -464,8 +464,8 @@ ifeq ($(CONFIG_RRLOAD_BINARY),y)
fi
endif
ifeq ($(CONFIG_INTELHEX_BINARY),y)
- @echo "CP: $(BIN).ihx"
- @$(OBJCOPY) $(OBJCOPYARGS) -O ihex $(BIN) $(BIN).ihx
+ @echo "CP: $(BIN).hex"
+ @$(OBJCOPY) $(OBJCOPYARGS) -O ihex $(BIN) $(BIN).hex
endif
ifeq ($(CONFIG_MOTOROLA_SREC),y)
@echo "CP: $(BIN).srec"