Merge pull request #9915 from cladmi/pr/make/always_include_makefile_features
Makefile.include: always include board Makefile.features
This commit is contained in:
commit
ec5e4f8dc6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user