[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <c89e23d6-b56c-1c69-287e-18d8c890f539@kernel.org>
Date: Thu, 21 Oct 2021 17:09:15 -0500
From: Dinh Nguyen <dinguyen@...nel.org>
To: Guenter Roeck <linux@...ck-us.net>
Cc: linux-kernel@...r.kernel.org, Randy Dunlap <rdunlap@...radead.org>
Subject: Re: [PATCH v3] nios2: Make NIOS2_DTB_SOURCE_BOOL depend on
!COMPILE_TEST
On 10/21/21 9:33 AM, Guenter Roeck wrote:
> nios2:allmodconfig builds fail with
>
> make[1]: *** No rule to make target 'arch/nios2/boot/dts/""',
> needed by 'arch/nios2/boot/dts/built-in.a'. Stop.
> make: [Makefile:1868: arch/nios2/boot/dts] Error 2 (ignored)
>
> This is seen with compile tests since those enable NIOS2_DTB_SOURCE_BOOL,
> which in turn enables NIOS2_DTB_SOURCE. This causes the build error
> because the default value for NIOS2_DTB_SOURCE is an empty string.
> Disable NIOS2_DTB_SOURCE_BOOL for compile tests to avoid the error.
>
> Fixes: 2fc8483fdcde ("nios2: Build infrastructure")
> Reviewed-by: Randy Dunlap <rdunlap@...radead.org>
> Signed-off-by: Guenter Roeck <linux@...ck-us.net>
> ---
> v3: Added Fixes: and Reviewed-by: tags
> v2: Add build error message to commit description
>
> arch/nios2/platform/Kconfig.platform | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/nios2/platform/Kconfig.platform b/arch/nios2/platform/Kconfig.platform
> index 9e32fb7f3d4c..e849daff6fd1 100644
> --- a/arch/nios2/platform/Kconfig.platform
> +++ b/arch/nios2/platform/Kconfig.platform
> @@ -37,6 +37,7 @@ config NIOS2_DTB_PHYS_ADDR
>
> config NIOS2_DTB_SOURCE_BOOL
> bool "Compile and link device tree into kernel image"
> + depends on !COMPILE_TEST
> help
> This allows you to specify a dts (device tree source) file
> which will be compiled and linked into the kernel image.
>
Applied!
Thanks,
Dinh
Powered by blists - more mailing lists