summaryrefslogtreecommitdiff
path: root/hw/bsp/same70_xplained/board.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-01-26 12:46:24 +0700
committerhathach <[email protected]>2021-01-26 12:46:24 +0700
commit4a0f5cbd6332a9ae76dc2eea293024fab2c81885 (patch)
tree3df25ecc15aba93ff5232b3e25a649411466bddd /hw/bsp/same70_xplained/board.mk
parent0e585570a38d4bd04bc907386ef7012f6e9222a9 (diff)
change output filename to BOARD-Directory
Diffstat (limited to 'hw/bsp/same70_xplained/board.mk')
-rw-r--r--hw/bsp/same70_xplained/board.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/same70_xplained/board.mk b/hw/bsp/same70_xplained/board.mk
index efe597fe3..21f5350c3 100644
--- a/hw/bsp/same70_xplained/board.mk
+++ b/hw/bsp/same70_xplained/board.mk
@@ -54,5 +54,5 @@ JLINK_DEVICE = SAME70Q21B
# flash using edbg from https://github.com/ataradov/edbg
# Note: SAME70's GPNVM1 must be set to 1 to boot from flash with
# edbg -t same70 -F w0,1,1
-flash: $(BUILD)/$(BOARD)-firmware.bin
+flash: $(BUILD)/$(PROJECT).bin
edbg --verbose -t same70 -pv -f $<