diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-08 11:15:37 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-08 11:15:37 -0800 |
commit | bb72b4018dd6a422afe1916d9538bb9ff1e45353 (patch) | |
tree | e6ee37026971c505a4cc1d6453b351d1746d99e4 /src | |
parent | 52b19511222980138faddb2047707baceff0a596 (diff) |
altos: Change flash loader name to just AltosFlash
Remove the software version string from the product name
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lpc/Makefile-flash.defs | 4 | ||||
-rw-r--r-- | src/stm/Makefile-flash.defs | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lpc/Makefile-flash.defs b/src/lpc/Makefile-flash.defs index bb90b0d7..4a245d10 100644 --- a/src/lpc/Makefile-flash.defs +++ b/src/lpc/Makefile-flash.defs @@ -29,7 +29,7 @@ SRC = \ OBJ=$(SRC:.c=.o) -PRODUCT=AltosFlash-$(VERSION) +PRODUCT=AltosFlash PRODUCT_DEF=-DALTOS_FLASH IDPRODUCT=0x000a @@ -53,7 +53,7 @@ all: $(PROG) distclean: clean clean: - rm -f *.o $(PROG) + rm -f *.o $(HARDWARE)-$(PROGNAME)-*.elf rm -f ao_product.h install: diff --git a/src/stm/Makefile-flash.defs b/src/stm/Makefile-flash.defs index 159f8b9c..be3ae799 100644 --- a/src/stm/Makefile-flash.defs +++ b/src/stm/Makefile-flash.defs @@ -61,7 +61,7 @@ SRC = \ OBJ=$(SRC:.c=.o) -PRODUCT=AltosFlash-$(VERSION) +PRODUCT=AltosFlash PRODUCT_DEF=-DALTOS_FLASH IDPRODUCT=0x000a @@ -83,7 +83,7 @@ all: $(PROG) distclean: clean clean: - rm -f *.o $(PROG) + rm -f *.o $(HARDWARE)-$(PROGNAME)-*.elf rm -f ao_product.h install: |