Move all the flash logic from tmk_core (#13927)
This commit is contained in:
11
platforms/arm_atsam/flash.mk
Normal file
11
platforms/arm_atsam/flash.mk
Normal file
@@ -0,0 +1,11 @@
|
||||
# Hey Emacs, this is a -*- makefile -*-
|
||||
##############################################################################
|
||||
# Architecture or project specific options
|
||||
#
|
||||
|
||||
flash: bin
|
||||
ifneq ($(strip $(PROGRAM_CMD)),)
|
||||
$(PROGRAM_CMD)
|
||||
else
|
||||
$(PRINT_OK); $(SILENT) || printf "$(MSG_FLASH_ARCH)"
|
||||
endif
|
Reference in New Issue
Block a user