Skip to content
Snippets Groups Projects
Unverified Commit ec5e4f8d authored by Gaëtan Harter's avatar Gaëtan Harter Committed by GitHub
Browse files

Merge pull request #9915 from cladmi/pr/make/always_include_makefile_features

Makefile.include: always include board Makefile.features
parents e66e9f8c 19e17319
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