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:
commit
33f8a49b5b
@ -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 :=
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user