1
0
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:
Oleg Hahm 2013-11-06 10:39:25 -08:00
parent 26b36bf65b
commit 31a0cb90d1

View File

@ -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