List only directories
This commit is contained in:
parent
a40e5bc314
commit
8cee2abae6
@ -8,7 +8,7 @@ ifndef SIMPLELINK_SDK
|
||||
$(error SIMPLELINK_SDK not defined! You must specify where the SimpleLink SDK resides!)
|
||||
endif
|
||||
|
||||
AVAILABLE_BOARDS := $(shell ls $(SIMPLELINK_SDK)/source/ti/boards)
|
||||
AVAILABLE_BOARDS := $(shell ls -d $(SIMPLELINK_SDK)/source/ti/boards)
|
||||
AVAILABLE_BOARDS += CUSTOM # Allows an own board file in the application project
|
||||
|
||||
ifndef SIMPLELINK_BOARD
|
||||
|
Loading…
Reference in New Issue
Block a user