boards/slwstk6000b-*: move CPU_MODEL definition to Makefile.features#12410
Conversation
This is still currently a hack to hardcode it as the value can be deduced from the `BOARD_MODULE` daughter board name. But it requires more cleanup and could come in a separate step. Part of moving CPU/CPU_MODEL definition to Makefile.features to have it available before Makefile.include.
|
I agree with the changes in this PR, although a temporary solution it allows to finish the |
|
Tested that there is no diff by running:
in master an this PR. |
|
Sure, if you two are comfortable with this plan, so am I. I'll reset the milestone on #11477. If something pops up, we can re-evaluate tomorrow, 10 Oct. |
Then GO! |
|
Thank you for the review. |
Contribution description
This is still currently a hack to hardcode it as the value can be deduced
from the
BOARD_MODULEdaughter board name.But it requires more cleanup and could come in a separate step.
Part of moving CPU/CPU_MODEL definition to Makefile.features to have it
available before Makefile.include.
There is now no more boards defining
CPU_MODELinMakefile.include.Testing procedure
The value of
CPU_MODELand the output ofinfo-buildstayed the same:The
dist/tools/buildsystem_sanity_check/check.shexecutes without error (done by CI).Issues/PRs references