1
0
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:
Alexandre Abadie 2020-11-19 18:07:33 +01:00
parent 2453b68249
commit ae4d505154
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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