diff --git a/Makefile.include b/Makefile.include index 78e382c24704b23ba08aaaabdd1e996a02eb9f68..5d20fd83150a0b74c4d43be3bdfea9a27e6051e0 100644 --- a/Makefile.include +++ b/Makefile.include @@ -3,6 +3,10 @@ ifeq ($(strip $(RIOTCPU)),) export RIOTCPU =$(RIOTBASE)/cpu endif +ifeq ($(strip $(RIOTBOARD)),) + export RIOTBOARD =$(RIOTBASE)/boards +endif + ifeq ($(strip $(MCU)),) MCU = $(CPU) endif