altos: Change flash loader name to just AltosFlash
authorKeith Packard <keithp@keithp.com>
Sun, 8 Dec 2013 19:15:37 +0000 (11:15 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 8 Dec 2013 19:15:37 +0000 (11:15 -0800)
Remove the software version string from the product name

Signed-off-by: Keith Packard <keithp@keithp.com>
src/lpc/Makefile-flash.defs
src/stm/Makefile-flash.defs

index bb90b0d76c49e38c33cd563e6ef2b4b116742f3d..4a245d103989a70b267f035eff07ec3447978337 100644 (file)
@@ -29,7 +29,7 @@ SRC = \
 
 OBJ=$(SRC:.c=.o)
 
 
 OBJ=$(SRC:.c=.o)
 
-PRODUCT=AltosFlash-$(VERSION)
+PRODUCT=AltosFlash
 PRODUCT_DEF=-DALTOS_FLASH
 IDPRODUCT=0x000a
 
 PRODUCT_DEF=-DALTOS_FLASH
 IDPRODUCT=0x000a
 
@@ -53,7 +53,7 @@ all: $(PROG)
 distclean:     clean
 
 clean:
 distclean:     clean
 
 clean:
-       rm -f *.o $(PROG)
+       rm -f *.o $(HARDWARE)-$(PROGNAME)-*.elf
        rm -f ao_product.h
 
 install:
        rm -f ao_product.h
 
 install:
index 159f8b9caf960b27af15be8daa53e147fa7fac8e..be3ae79937b43c7d8dae5a8969647d9c10bd8df8 100644 (file)
@@ -61,7 +61,7 @@ SRC = \
 
 OBJ=$(SRC:.c=.o)
 
 
 OBJ=$(SRC:.c=.o)
 
-PRODUCT=AltosFlash-$(VERSION)
+PRODUCT=AltosFlash
 PRODUCT_DEF=-DALTOS_FLASH
 IDPRODUCT=0x000a
 
 PRODUCT_DEF=-DALTOS_FLASH
 IDPRODUCT=0x000a
 
@@ -83,7 +83,7 @@ all: $(PROG)
 distclean:     clean
 
 clean:
 distclean:     clean
 
 clean:
-       rm -f *.o $(PROG)
+       rm -f *.o $(HARDWARE)-$(PROGNAME)-*.elf
        rm -f ao_product.h
 
 install:
        rm -f ao_product.h
 
 install: