From 1bd74ee81f59c2ed170dc77bb1c04987540fbb00 Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Wed, 20 May 2020 16:26:31 +0200 Subject: [PATCH] Makefile.include: remove useless assignment of none to BOARD --- Makefile.include | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile.include b/Makefile.include index c744b5d358..8dd0ae1584 100644 --- a/Makefile.include +++ b/Makefile.include @@ -186,10 +186,6 @@ GLOBAL_GOALS += buildtest \ # ifneq (, $(filter $(GLOBAL_GOALS), $(MAKECMDGOALS))) - BOARD=none -endif - -ifeq (none,$(BOARD)) include $(RIOTMAKE)/info-global.inc.mk include $(RIOTMAKE)/buildtests.inc.mk else @@ -950,7 +946,7 @@ ifneq ($(_BASELIBS_VALUE_BEFORE_USAGE),$(BASELIBS)) $(error BASELIBS value changed) endif -endif # BOARD=none +endif # include RIOT_MAKEFILES_GLOBAL_POST configuration files # allows setting user specific system wide configuration parsed after the body