aboutsummaryrefslogtreecommitdiff
path: root/platforms/arm_atsam/flash.mk
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/arm_atsam/flash.mk')
-rw-r--r--platforms/arm_atsam/flash.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/platforms/arm_atsam/flash.mk b/platforms/arm_atsam/flash.mk
new file mode 100644
index 000000000..444ba77f5
--- /dev/null
+++ b/platforms/arm_atsam/flash.mk
@@ -0,0 +1,11 @@
1# Hey Emacs, this is a -*- makefile -*-
2##############################################################################
3# Architecture or project specific options
4#
5
6flash: bin
7ifneq ($(strip $(PROGRAM_CMD)),)
8 $(PROGRAM_CMD)
9else
10 $(PRINT_OK); $(SILENT) || printf "$(MSG_FLASH_ARCH)"
11endif