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:
parent
6265da2894
commit
19e1731993
@ -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…
Reference in New Issue
Block a user