Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp2822967pxb; Mon, 1 Nov 2021 02:33:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzI3yu2ol2Y7Bm0E24nGcgfh4U6Fs+vHmYtNZQNlHwasuvKdXz/ZfEy5hfWbdiiNf3y0/wm X-Received: by 2002:a92:c80d:: with SMTP id v13mr19079890iln.175.1635759185254; Mon, 01 Nov 2021 02:33:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635759185; cv=none; d=google.com; s=arc-20160816; b=wKkLL33a7L6SRBHaG01ZdBuCeeDT5MK+kCDt+XEwgQ/mZVaOL1m9RfR65CZtKtYteM Lyj0Wh0GRnQ2zy1OQKC1tCUgb/u7sCqv0aEUz6OG7u+KVUzRfSFkRwbeBKQsC1HFz+2e 01M4aVoxd8eh2Qlvwa5u9R6r2+dZWfQqxejoEL4SmuopbE5TXXc8V87whXSCIGKwwiPa kPSGCuZlj1Gs0U0C/LWZP2g9v3PpPSOI+IQ27JarTM+yh2xCBtG8NRTgkj1Rs68WkWO0 0e12gpkg9e7sUlpy9ZsrdMqd+ZPAJ3PSWJZDAkaI/KtfJI28ZbsECQ8SWkFBWfCwfVld DpDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=V6S6gz6jJEiX474v9jkn2iRz9vzjrHbFkSQzNuil9Zg=; b=NXIRIpbGVW1BzRyk5jMZYX7LRlcEq/FIJOCzIJYNVgvRmc6xRcwzQmXdzJdJQo1hWr cK6tL2UHh2usO6UQLNV/kPZ/+k2NziuHsdIqacx9qMsXN6IjtU8XM/rLXbTGVrBfnMyW dVeHNv2AYFX/HDgCS39+Fu4ZMAJCkVFC3nDxOxmStzYO0VKWG46jWcJj8/m6oRexITOF FppImyTSfzhOUlqeYxTnQAwrFnr3Yet/SqRQU30+MJSH2Z4Wre7/iqbf697dnhDCjzVI q/NhPYdZJgULNNCTHwlhnEwW16eQD8IVMF/rF8Nc6b0HKF2IHIVoyMuDH9xxvg+I2TWx /7xQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=fiaBap41; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f7si25100262ila.175.2021.11.01.02.32.53; Mon, 01 Nov 2021 02:33:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=fiaBap41; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232057AbhKAJcq (ORCPT + 99 others); Mon, 1 Nov 2021 05:32:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:36830 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232229AbhKAJaE (ORCPT ); Mon, 1 Nov 2021 05:30:04 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5922C61208; Mon, 1 Nov 2021 09:23:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1635758606; bh=cGCxs+1Ry/Qu7CSd/SGrQrCzbmL0By5mcfTNjiE5zdY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fiaBap415bqB+C8kD5Ba863huJ3zlUlZ3sZ6/J857h5eJHWHP2Jhqsf6pUum5CMQa WC+jB5MmJ34CZ10iqKqB1fFjOzfaN3p0IyVA4cWliMHX5y3zDllz559XrAqUS2GRBQ aKB5yQg2TVjf45r9iYnyLziKDZ/LeygC4DhTJMUQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Guenter Roeck , Randy Dunlap , Dinh Nguyen Subject: [PATCH 5.4 34/51] nios2: Make NIOS2_DTB_SOURCE_BOOL depend on !COMPILE_TEST Date: Mon, 1 Nov 2021 10:17:38 +0100 Message-Id: <20211101082508.765125670@linuxfoundation.org> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20211101082500.203657870@linuxfoundation.org> References: <20211101082500.203657870@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Guenter Roeck commit 4a089e95b4d6bb625044d47aed0c442a8f7bd093 upstream. 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") Signed-off-by: Guenter Roeck Reviewed-by: Randy Dunlap Signed-off-by: Dinh Nguyen Signed-off-by: Greg Kroah-Hartman --- arch/nios2/platform/Kconfig.platform | 1 + 1 file changed, 1 insertion(+) --- 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.