1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Makefile.include: remove useless assignment of none to BOARD

This commit is contained in:
Francisco Molina 2020-05-20 16:26:31 +02:00 committed by Alexandre Abadie
parent f1079cbe9f
commit 1bd74ee81f
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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