Skip to content
Snippets Groups Projects
Commit 31a0cb90 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

define RIOTBOARD if unset

parent 26b36bf6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment