Re: [PATCH v3 01/10] arch: arm: mach-hpe: Introduce the HPE GXP architecture

From: Arnd Bergmann
Date: Sat Mar 12 2022 - 10:15:11 EST


On Sat, Mar 12, 2022 at 2:27 PM kernel test robot <lkp@xxxxxxxxx> wrote:

>
> All error/warnings (new ones prefixed by >>):
>
> >> cc1: warning: arch/arm/mach-hpe/include: No such file or directory [-Wmissing-include-dirs]

You need to make CONFIG_ARCH_HPE depend on CONFIG_ARCH_MULTI_V7, otherwise
it becomes possible to select this for non-multiplatform configs that expect
an include directory below the platform.

Arnd