diff --git a/Makefile.features b/Makefile.features index 52965f154b..b26495ab38 100644 --- a/Makefile.features +++ b/Makefile.features @@ -1,4 +1,13 @@ # Process FEATURES variables +# +# The board/board common are responsible for defining the CPU and CPU_MODEL +# variables in their Makefile.features. +# This makes them available when setting features based on CPU_MODEL in the cpu +# Makefile.features and also during dependency resolution. + +# Transition: +# Moving 'CPU/CPU_MODEL' to Makefile.features is an ongoing work and may not +# reflect the state of all boards for the moment. include $(RIOTBOARD)/$(BOARD)/Makefile.features