2021-08-15 22:55:23 +02:00
|
|
|
# Hey Emacs, this is a -*- makefile -*-
|
|
|
|
##############################################################################
|
|
|
|
# Architecture or project specific options
|
|
|
|
#
|
|
|
|
|
|
|
|
flash: bin
|
|
|
|
ifneq ($(strip $(PROGRAM_CMD)),)
|
2021-08-18 00:46:59 +02:00
|
|
|
$(UNSYNC_OUTPUT_CMD) && $(PROGRAM_CMD)
|
2021-08-15 22:55:23 +02:00
|
|
|
else
|
|
|
|
$(PRINT_OK); $(SILENT) || printf "$(MSG_FLASH_ARCH)"
|
|
|
|
endif
|