mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7d326e663b
This will allow sharing it between Makefile.include and makefiles/info-global.inc.mk. Also some common variables definition can also be moved to here. Part of moving CPU/CPU_MODEL definition to Makefile.features to have it available before Makefile.include.
4 lines
78 B
Makefile
4 lines
78 B
Makefile
# Process FEATURES variables
|
|
|
|
include $(RIOTBOARD)/$(BOARD)/Makefile.features
|