On Wed, 23 Sep 2020 at 11:10, Heinrich Schuchardt <[email protected]> wrote:
>
> Most users don't need the standalone API examples. Distributions like SUSE
> do not supply libgcc for cross-compiling and we cannot do without on ARMv8
> for building examples/.
>
> Make examples selectable via symbol CONFIG_EXAMPLES. It defaults to
> yes on ARCH_QEMU to ensure that we compile the API as part of our
> continuous integration.
>
> Cc: Matthias Brugger <[email protected]>
> Signed-off-by: Heinrich Schuchardt <[email protected]>
> ---
> v2:
>         default=y on ARCH_QEMU only
> ---
>  Kconfig           | 8 ++++++++
>  examples/Makefile | 2 +-
>  2 files changed, 9 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass <[email protected]>

Reply via email to