[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220512035903.2779287-1-masahiroy@kernel.org>
Date: Thu, 12 May 2022 12:59:00 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Guo Ren <guoren@...nel.org>, linux-csky@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Masahiro Yamada <masahiroy@...nel.org>
Subject: [PATCH 1/4] csky: remove unused $(dtb-y) from arch/csky/boot/Makefile
arch/csky/boot/Makefile does not build DTB.
arch/csky/boot/dts/Makefile does.
Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
---
arch/csky/boot/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/csky/boot/Makefile b/arch/csky/boot/Makefile
index dbc9b1bd72f0..c3cfde28f8e6 100644
--- a/arch/csky/boot/Makefile
+++ b/arch/csky/boot/Makefile
@@ -1,6 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
targets := Image zImage uImage
-targets += $(dtb-y)
$(obj)/Image: vmlinux FORCE
$(call if_changed,objcopy)
--
2.32.0
Powered by blists - more mailing lists