X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=Makefile_en21_conf.inc;h=bbdeeb2c67af52c22cd4d6f95072182f2cfbda92;hp=66f3ef97d18bf4634c87412f0fd9d07f26094a7b;hb=27f4804c185ae24b3b6367bb2fdb898d6692d0f6;hpb=7715ef86b09869014eb5afd319e4acc2ce157b00 diff --git a/Makefile_en21_conf.inc b/Makefile_en21_conf.inc index 66f3ef9..bbdeeb2 100644 --- a/Makefile_en21_conf.inc +++ b/Makefile_en21_conf.inc @@ -5,6 +5,8 @@ OPTIMIZE = -Os # -Os EXTRALINK = xram.o DEFS = -D$(call uc, $(MCU_TARGET)) -DF_CPU=$(F_CPU) BOARD_NAME = ethernut2.1 +FLASHCMD = /bin/bash openocd_flash.sh # +RESETCMD = override CFLAGS_A = -MMD -MF$(DEP_DIR)$(patsubst %.o,%.d,$(notdir $(1))) $(DEBUG) $(WARNING) -std=$(CSTD) $(OPTIMIZE) -mmcu=$(MCU_TARGET) $(DEFS) override CFLAGS = -MMD -MF$(DEP_DIR)$(patsubst %.o,%.d,$(notdir $@)) $(DEBUG) $(WARNING) -std=$(CSTD) $(OPTIMIZE) -mmcu=$(MCU_TARGET) $(DEFS)