List only directories

This commit is contained in:
Richard Weickelt 2018-02-06 16:27:31 +01:00 committed by Edvard Pettersen
parent a40e5bc314
commit 8cee2abae6
1 changed files with 1 additions and 1 deletions

View File

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