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=e542ff92d053ecf40b42364a44bc887431cecae2;hpb=997bf1010de28a0a7246b792254a1ec6a59d5d4d 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)