You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
314 B

  1. # Hey Emacs, this is a -*- makefile -*-
  2. ##############################################################################
  3. # Architecture or project specific options
  4. #
  5. flash: bin
  6. ifneq ($(strip $(PROGRAM_CMD)),)
  7. $(UNSYNC_OUTPUT_CMD) && $(PROGRAM_CMD)
  8. else
  9. $(PRINT_OK); $(SILENT) || printf "$(MSG_FLASH_ARCH)"
  10. endif