From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 44E5E2572 for ; Tue, 18 Apr 2023 12:41:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE572C433EF; Tue, 18 Apr 2023 12:41:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1681821685; bh=lhK3xitY2JVy52Kmt0YPT/Z/XI1bNXJ98P9QLBAXV2M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=lPUjCLxxerSWXumkWxi/oFUOa+exJCssiVpGF8UJ9jOucV8illsEwN+iPDdHWYB32 pLPB13DPn1TDkol06lYDLSGpel7dLFqnLITX5Le8lL8Eo9r9gHSgbBFFg81hi8HUit U/WdkeBESnEJ83tqtbo6FK3Awvrxdiv7L9ZRnDWY= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Masahiro Yamada , Sasha Levin Subject: [PATCH 5.15 74/91] sh: remove meaningless archclean line Date: Tue, 18 Apr 2023 14:22:18 +0200 Message-Id: <20230418120308.112501810@linuxfoundation.org> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230418120305.520719816@linuxfoundation.org> References: <20230418120305.520719816@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Masahiro Yamada [ Upstream commit 10c6ae274fe29f732ca9bbcd7016e9827673c954 ] The vsyscall directory is cleaned up by the ordinary way via arch/sh/kernel/Makefile: obj-$(CONFIG_VSYSCALL) += vsyscall/ Signed-off-by: Masahiro Yamada Stable-dep-of: d83806c4c0cc ("purgatory: fix disabling debug info") Signed-off-by: Sasha Levin --- arch/sh/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 88ddb6f1c75b0..7814639006213 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -200,7 +200,6 @@ archprepare: archclean: $(Q)$(MAKE) $(clean)=$(boot) - $(Q)$(MAKE) $(clean)=arch/sh/kernel/vsyscall archheaders: $(Q)$(MAKE) $(build)=arch/sh/kernel/syscalls all -- 2.39.2