define RIOTBOARD if unset

dev/timer
Oleg Hahm 10 years ago
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…
Cancel
Save