From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4708DC433FE for ; Tue, 11 Oct 2022 15:01:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231325AbiJKPBL (ORCPT ); Tue, 11 Oct 2022 11:01:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52650 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231585AbiJKO7l (ORCPT ); Tue, 11 Oct 2022 10:59:41 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C6D396359; Tue, 11 Oct 2022 07:55:42 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id AE849611F5; Tue, 11 Oct 2022 14:54:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28431C43142; Tue, 11 Oct 2022 14:54:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665500065; bh=poWo66Ew23pjdPqCySrVu6RmHwqjHqXtnGvPjkXg3qc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nJjo1Qynhj8fL7Jtb/B47PLQ7n69eXvL7WjPjSh2EWY8TlqleoamZqHFsnG1B7nU9 cEfjgJBHhuU2Whzwlk84/JGH5Nf8Dq/skslLVvLSiG45Q9zj9hfA56k3AjCM4ydUAS rT0fSmxAzViDMLJsALjCIm33AORddVDios/KzV28qP9p4LY/U0ZInjPtND5TCujwY1 sJdILucQrz7IdUdKCrUsNi+MoQhEji17qg0nvxjaqXbXeqwPzWZ51j2BljYNZjftw+ x1XVuO6zeh6BlXexgEofAdOy4Z4QNRLw+Nm3zOL7C8N4HwTDk8Kqvs2raYc3vdpW54 L9FDGVz3btt2A== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Arnd Bergmann , kernel test robot , Sasha Levin , andrew@lunn.ch, sebastian.hesselbarth@gmail.com, gregory.clement@bootlin.com, linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org Subject: [PATCH AUTOSEL 4.14 7/7] ARM: orion: fix include path Date: Tue, 11 Oct 2022 10:54:14 -0400 Message-Id: <20221011145414.1625237-7-sashal@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221011145414.1625237-1-sashal@kernel.org> References: <20221011145414.1625237-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: Arnd Bergmann [ Upstream commit 63872304bdb3decd5454f4dd210c25395278ed13 ] Now that CONFIG_ARCH_MULTIPLATFORM can be disabled anywhere, there is a build failure for plat-orion: arch/arm/plat-orion/irq.c:19:10: fatal error: plat/irq.h: No such file or directory Make the include path unconditional. Reported-by: kernel test robot Signed-off-by: Arnd Bergmann Signed-off-by: Sasha Levin --- arch/arm/plat-orion/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/plat-orion/Makefile b/arch/arm/plat-orion/Makefile index 9433605cd290..06c3530d8ad5 100644 --- a/arch/arm/plat-orion/Makefile +++ b/arch/arm/plat-orion/Makefile @@ -1,7 +1,7 @@ # # Makefile for the linux kernel. # -ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include +ccflags-y := -I$(srctree)/$(src)/include orion-gpio-$(CONFIG_GPIOLIB) += gpio.o obj-$(CONFIG_PLAT_ORION_LEGACY) += irq.o pcie.o time.o common.o mpp.o -- 2.35.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DAF53C433FE for ; Tue, 11 Oct 2022 16:05:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=2mbgOs32Frc+OUmZzeKXqnrfYK9is/0nOhHX8tgaKjE=; b=YvOE6aMfL5rAAT VO2K0teqhEbTo19yyolK/ByaslD4bn0CvvgYqw9Q+uKD1YUaqFEgmTqyp1ZX/f353FmDnDtGAB06c ROfo0NlttIDu/xWmJhEUsEFO2xW2qMcU4a96orw6AJnaTwRbd3dqnrv45yiRq2vc7zqPvNlJjXQ68 hysvS9yUgsEqzZ+EkSlK73dNh1xoznNV1BI1CQ6A3jjec9YLOk3InYbo/bbMvjctO7BrV1mCDaE1n 4cEJ8+GLMJ/mFEGj4Lzvj5cY7u0maUf04T3Rlt3A73PZ+AmwjiTHUlIqZwF4w3LUhDH64kjBYY9SN ZEYJzCfPLiZJtwjjcMnA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oiHkG-0052gk-SN; Tue, 11 Oct 2022 16:04:41 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oiGeH-004ZX6-Mn for linux-arm-kernel@lists.infradead.org; Tue, 11 Oct 2022 14:54:27 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 48076611E7; Tue, 11 Oct 2022 14:54:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28431C43142; Tue, 11 Oct 2022 14:54:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665500065; bh=poWo66Ew23pjdPqCySrVu6RmHwqjHqXtnGvPjkXg3qc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=nJjo1Qynhj8fL7Jtb/B47PLQ7n69eXvL7WjPjSh2EWY8TlqleoamZqHFsnG1B7nU9 cEfjgJBHhuU2Whzwlk84/JGH5Nf8Dq/skslLVvLSiG45Q9zj9hfA56k3AjCM4ydUAS rT0fSmxAzViDMLJsALjCIm33AORddVDios/KzV28qP9p4LY/U0ZInjPtND5TCujwY1 sJdILucQrz7IdUdKCrUsNi+MoQhEji17qg0nvxjaqXbXeqwPzWZ51j2BljYNZjftw+ x1XVuO6zeh6BlXexgEofAdOy4Z4QNRLw+Nm3zOL7C8N4HwTDk8Kqvs2raYc3vdpW54 L9FDGVz3btt2A== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Arnd Bergmann , kernel test robot , Sasha Levin , andrew@lunn.ch, sebastian.hesselbarth@gmail.com, gregory.clement@bootlin.com, linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org Subject: [PATCH AUTOSEL 4.14 7/7] ARM: orion: fix include path Date: Tue, 11 Oct 2022 10:54:14 -0400 Message-Id: <20221011145414.1625237-7-sashal@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221011145414.1625237-1-sashal@kernel.org> References: <20221011145414.1625237-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221011_075425_795662_40C1CE29 X-CRM114-Status: GOOD ( 13.86 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Arnd Bergmann [ Upstream commit 63872304bdb3decd5454f4dd210c25395278ed13 ] Now that CONFIG_ARCH_MULTIPLATFORM can be disabled anywhere, there is a build failure for plat-orion: arch/arm/plat-orion/irq.c:19:10: fatal error: plat/irq.h: No such file or directory Make the include path unconditional. Reported-by: kernel test robot Signed-off-by: Arnd Bergmann Signed-off-by: Sasha Levin --- arch/arm/plat-orion/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/plat-orion/Makefile b/arch/arm/plat-orion/Makefile index 9433605cd290..06c3530d8ad5 100644 --- a/arch/arm/plat-orion/Makefile +++ b/arch/arm/plat-orion/Makefile @@ -1,7 +1,7 @@ # # Makefile for the linux kernel. # -ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include +ccflags-y := -I$(srctree)/$(src)/include orion-gpio-$(CONFIG_GPIOLIB) += gpio.o obj-$(CONFIG_PLAT_ORION_LEGACY) += irq.o pcie.o time.o common.o mpp.o -- 2.35.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel