From 34abeda54d7093df62fc2808601c7d7e0bb2ab1c Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 27 Feb 2012 19:50:35 +0000 Subject: Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to be better compatible with most of the rest of the world git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4431 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/Makefile') 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" -- cgit v1.2.3