Skip to content
Snippets Groups Projects
Commit e8f251cf authored by Martine Lenders's avatar Martine Lenders
Browse files

[SQUASH ME] make: info-boards-supported is just

parent da779b0d
No related branches found
No related tags found
No related merge requests found
...@@ -185,8 +185,4 @@ info-build: ...@@ -185,8 +185,4 @@ info-build:
@echo -e 'MAKEFILE_LIST:$(patsubst %, \n\t%, $(abspath $(MAKEFILE_LIST)))' @echo -e 'MAKEFILE_LIST:$(patsubst %, \n\t%, $(abspath $(MAKEFILE_LIST)))'
info-boards-supported: info-boards-supported:
ifneq (,$(BOARD_WHITELIST)) @echo "$(BOARDS)"
@echo "$(filter $(BOARD_WHITELIST), $(BOARDS))"
else
@echo "$(filter-out $(BOARD_INSUFFICIENT_RAM) $(BOARD_BLACKLIST), $(BOARDS))"
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment