I'm thinking about removing board*/Makefile. It seems they were added for a personal reason: https://chromium-review.googlesource.com/209669.
If you build EC in the standard way (e.g. make BOARD=samus), they're not needed. Because of this probably unused feature, extra disk spaces are used and extra lines are added to Makefile.
I'm thinking about removing board/*/Makefile. It seems they were added for a personal reason: https://chromium-review.googlesource.com/209669.
If you build EC in the standard way (e.g. make BOARD=samus), they're not needed. Because of this probably unused feature, extra disk spaces are used and extra lines are added to Makefile.
I'm thinking about removing board/*/Makefile. It seems they were added for a personal reason: https://chromium-review.googlesource.com/209669.
If you build EC in the standard way (e.g. make BOARD=samus), they're not needed. Because of this probably unused feature, extra disk spaces are used and extra lines are added to Makefile.
This feature is inconsistent. Not all boards have such a symlink (for a obvious reason).
This feature is fragile. It's most likely not tested and going to be broken if it's not already. Developers won't like it if they have to test two different ways to build boards before submitting patches.
Comment 1 by reinauer@chromium.org
, Jul 8 2016