summaryrefslogtreecommitdiff
path: root/arch/csky
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2022-05-12 12:59:00 +0900
committerGuo Ren <guoren@linux.alibaba.com>2022-05-13 14:45:09 +0800
commit9d975568606631601cc2bb5b62598869838ff0be (patch)
treec37ab9cb7ceac35a7224d58b32e3a7c193494c45 /arch/csky
parentc5acdf12cc24d34ea3f9426472dcb3f5d581b1e5 (diff)
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 <masahiroy@kernel.org> Signed-off-by: Guo Ren <guoren@kernel.org>
Diffstat (limited to 'arch/csky')
-rw-r--r--arch/csky/boot/Makefile1
1 files changed, 0 insertions, 1 deletions
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)