From 19e1731993bd24c71b1f012d3e0a7559a829554c Mon Sep 17 00:00:00 2001 From: cladmi <gaetan.harter@fu-berlin.de> Date: Mon, 10 Sep 2018 18:31:42 +0200 Subject: [PATCH] Makefile.include: always include board Makefile.features makefiles/info-global.inc.mk already includes this file unconditionally. So it is misleading to say it is optional. --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 54c253a81c..313385ba21 100644 --- a/Makefile.include +++ b/Makefile.include @@ -234,7 +234,7 @@ export PREFIX ?= $(if $(TARGET_ARCH),$(TARGET_ARCH)-) INCLUDES += -I$(RIOTBASE)/core/include -I$(RIOTBASE)/drivers/include -I$(RIOTBASE)/sys/include # process provided features --include $(RIOTBOARD)/$(BOARD)/Makefile.features +include $(RIOTBOARD)/$(BOARD)/Makefile.features # mandatory includes! include $(RIOTMAKE)/pseudomodules.inc.mk -- GitLab