define RIOTBOARD if unset
This commit is contained in:
parent
26b36bf65b
commit
31a0cb90d1
@ -3,6 +3,10 @@ ifeq ($(strip $(RIOTCPU)),)
|
|||||||
export RIOTCPU =$(RIOTBASE)/cpu
|
export RIOTCPU =$(RIOTBASE)/cpu
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(strip $(RIOTBOARD)),)
|
||||||
|
export RIOTBOARD =$(RIOTBASE)/boards
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(strip $(MCU)),)
|
ifeq ($(strip $(MCU)),)
|
||||||
MCU = $(CPU)
|
MCU = $(CPU)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user