Allow keyboards to override DFU_ARGS
This commit is contained in:
parent
9b965d1cd4
commit
3e4cc5c945
@ -143,7 +143,7 @@ MCUFLAGS = -mcpu=$(MCU)
|
|||||||
|
|
||||||
DEBUG = gdb
|
DEBUG = gdb
|
||||||
|
|
||||||
DFU_ARGS =
|
DFU_ARGS ?=
|
||||||
ifneq ("$(SERIAL)","")
|
ifneq ("$(SERIAL)","")
|
||||||
DFU_ARGS += -S $(SERIAL)
|
DFU_ARGS += -S $(SERIAL)
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user