diff options
author | Kevin Mills <kevin.mills@sifive.com> | 2019-01-24 13:54:27 -0800 |
---|---|---|
committer | Kevin Mills <kevin.mills@sifive.com> | 2019-01-24 13:54:27 -0800 |
commit | 95ef0ba8ef47aa12dc650c760cf5a13b1c44eae9 (patch) | |
tree | 6fcea9114703ea9e3bd270bd200af6a76a406adb /Makefile | |
parent | af5cde7e6bf14e0c8d1cb943776b73719c5590b4 (diff) |
make it clear
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/*)))) |