mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 17:52:47 +01:00
makefiles/boards.inc.mk: set RIOTBOARD
This commit is contained in:
parent
85984553c8
commit
1f844fb99a
@ -1,5 +1,6 @@
|
|||||||
# Default when RIOTBASE is not set and is executed from the RIOT directory
|
# Default when RIOTBASE is not set and is executed from the RIOT directory
|
||||||
BOARDSDIR ?= $(or $(RIOTBASE),$(CURDIR))/boards
|
RIOTBOARD ?= $(or $(RIOTBASE),$(CURDIR))/boards
|
||||||
|
BOARDSDIR ?= $(RIOTBOARD)
|
||||||
|
|
||||||
# List all boards in a directory
|
# List all boards in a directory
|
||||||
# By default, all directories in BOARDSDIR except 'common'
|
# By default, all directories in BOARDSDIR except 'common'
|
||||||
|
Loading…
Reference in New Issue
Block a user