mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 07:51:19 +01:00
Makefile.include: include programmer logic in common place
This commit is contained in:
parent
2453b68249
commit
ae4d505154
@ -402,6 +402,9 @@ ifneq (,$(filter emulate,$(MAKECMDGOALS)))
|
||||
-include $(RIOTMAKE)/tools/$(RIOT_EMULATOR).inc.mk
|
||||
endif
|
||||
|
||||
# Include common programmer logic if available
|
||||
-include $(RIOTMAKE)/tools/$(PROGRAMMER).inc.mk
|
||||
|
||||
# Assume GCC/GNU as supported toolchain if CPU's Makefile.include doesn't
|
||||
# provide this macro
|
||||
TOOLCHAINS_SUPPORTED ?= gnu
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user