1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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.
This commit is contained in:
cladmi 2018-09-10 18:31:42 +02:00
parent 6265da2894
commit 19e1731993
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -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