The goal of this patch series is to auto include all avalaible platform and not 
tie the configure.ac to linux-generic only.
It basically means that a platform could simply be a submodule clone into 
plat/<platform> and be automatically included and compile with the appropriate 
--with-platform=<platform> option, without modifying configure.ac.

This applies to master, I haven't tried it on next yet.
I use it on monarch_lts too. It won't apply directly as the platform specific 
tests moved between the two branches;
If interested, I can send one for monarch too.

Nicolas Morey-Chaisemartin (4):
  configure.ac: do not set linux-generic as default platform
  bootstrap: auto generate platform list
  bootstrap: auto-include platform specific conditional definitions
  configure.ac: move linux-generic conditionals to platform side

 bootstrap                                 | 37 +++++++++++++++++++++++++++++++
 configure.ac                              | 17 ++------------
 platform/linux-generic/m4/conditionals.m4 |  4 ++++
 3 files changed, 43 insertions(+), 15 deletions(-)
 create mode 100644 platform/linux-generic/m4/conditionals.m4

Reply via email to