From: Masahiro Yamada Date: Thu, 12 May 2022 03:59:00 +0000 (+0900) Subject: csky: Remove unused $(dtb-y) from boot/Makefile X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9d975568606631601cc2bb5b62598869838ff0be;p=linux.git csky: Remove unused $(dtb-y) from boot/Makefile arch/csky/boot/Makefile does not build DTB, arch/csky/boot/dts/Makefile does. Signed-off-by: Masahiro Yamada Signed-off-by: Guo Ren --- diff --git a/arch/csky/boot/Makefile b/arch/csky/boot/Makefile index dbc9b1bd72f0b..c3cfde28f8e60 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)