Skip to content

Commit

Permalink
Merge pull request #9915 from cladmi/pr/make/always_include_makefile_…
Browse files Browse the repository at this point in the history
…features

Makefile.include: always include board Makefile.features
  • Loading branch information
cladmi committed Sep 17, 2018
2 parents e66e9f8 + 19e1731 commit ec5e4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.include
Expand Up @@ -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
Expand Down

0 comments on commit ec5e4f8

Please sign in to comment.