From 37c8aeec11b87f1286dd9b6df3e8fbaae73adebf Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Wed, 20 May 2015 23:35:17 +0200 Subject: [PATCH] imuboard/mk: add program_noerase target --- imuboard/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/imuboard/Makefile b/imuboard/Makefile index ad4d255..3f98e29 100644 --- a/imuboard/Makefile +++ b/imuboard/Makefile @@ -39,3 +39,7 @@ CFLAGS += -W -Wall -Werror -include .aversive_conf include $(AVERSIVE_DIR)/mk/aversive_project.mk + +program_noerase: $(TARGET).$(FORMAT_EXTENSION) $(TARGET).eep + echo $(AVRDUDE) -D -V $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM) ;\ + $(AVRDUDE) -D -V $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM) ;\ -- 2.20.1