summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin Mills <kevin.mills@sifive.com>2019-01-24 13:54:27 -0800
committerKevin Mills <kevin.mills@sifive.com>2019-01-24 13:54:27 -0800
commit95ef0ba8ef47aa12dc650c760cf5a13b1c44eae9 (patch)
tree6fcea9114703ea9e3bd270bd200af6a76a406adb /Makefile
parentaf5cde7e6bf14e0c8d1cb943776b73719c5590b4 (diff)
make it clear
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4482edf..c81fae8 100644
--- a/Makefile
+++ b/Makefile
@@ -111,9 +111,9 @@ clean:
# Freedom Studio dev team.
#############################################################
ifeq ($(BSP),mee)
-EXCLUDE_BOARD_DIRS = drivers env include libwrap update-targets.sh
# MEE boards are any folders that aren't the Legacy BSP or update-targets.sh
+EXCLUDE_BOARD_DIRS = drivers env include libwrap update-targets.sh
list-boards:
@echo bsp-list: $(sort $(filter-out $(EXCLUDE_BOARD_DIRS),$(notdir $(wildcard bsp/*))))