make: fix typo

This commit is contained in:
Cenk Gündoğan 2016-04-21 10:57:26 +02:00
parent 7383957a8d
commit e26bb43a03

View File

@ -392,7 +392,7 @@ include $(RIOTBASE)/Makefile.buildtests
# Export variables used throughout the whole make system: # Export variables used throughout the whole make system:
include $(RIOTBASE)/Makefile.vars include $(RIOTBASE)/Makefile.vars
# Warn if the selected board and drivers don't provide all needed featues: # Warn if the selected board and drivers don't provide all needed features:
ifneq (, $(filter all, $(if $(MAKECMDGOALS), $(MAKECMDGOALS), all))) ifneq (, $(filter all, $(if $(MAKECMDGOALS), $(MAKECMDGOALS), all)))
EXPECT_ERRORS := EXPECT_ERRORS :=
EXPECT_CONFLICT := EXPECT_CONFLICT :=