Merge pull request #9955 from cladmi/pr/make/detect_build_errors_on_flash

Makefile.include: also detect features and blacklist on flash
This commit is contained in:
Gaëtan Harter 2018-09-19 17:25:48 +02:00 committed by GitHub
commit 33f8a49b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -567,7 +567,7 @@ include $(RIOTMAKE)/vars.inc.mk
include $(RIOTMAKE)/tools/targets.inc.mk
# Warn if the selected board and drivers don't provide all needed features:
ifneq (, $(filter all, $(if $(MAKECMDGOALS), $(MAKECMDGOALS), all)))
ifneq (, $(filter all flash, $(if $(MAKECMDGOALS), $(MAKECMDGOALS), all)))
EXPECT_ERRORS :=
EXPECT_CONFLICT :=