define RIOTBOARD if unset
This commit is contained in:
parent
26b36bf65b
commit
31a0cb90d1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user