Move all the flash logic from tmk_core (#13927)

This commit is contained in:
Joel Challis 2021-08-15 21:55:23 +01:00 committed by GitHub
parent 4e3726bfe1
commit ab941ce614
Failed to generate hash of commit
7 changed files with 278 additions and 269 deletions

View 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