mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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…
Reference in New Issue
Block a user