Skip to content
Snippets Groups Projects
Unverified Commit 19e17319 authored by cladmi's avatar cladmi
Browse files

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.
parent 6265da28
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment