mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles/tools/goodfet: add common makefile
This commit is contained in:
parent
edcea0b9f9
commit
2e1b26bb8e
5
makefiles/tools/goodfet.inc.mk
Normal file
5
makefiles/tools/goodfet.inc.mk
Normal file
@ -0,0 +1,5 @@
|
||||
FLASHER ?= $(RIOTTOOLS)/goodfet/goodfet.bsl
|
||||
FLASHFILE ?= $(HEXFILE)
|
||||
|
||||
GOODFET_FLAGS += -c $(PROG_DEV) -r -e -I -p $(FLASHFILE)
|
||||
FFLAGS ?= $(GOODFET_FLAGS)
|
Loading…
Reference in New Issue
Block a user