Skip to content

Commit 9d97556

Browse files
masahir0yguoren83
authored andcommitted
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>
1 parent c5acdf1 commit 9d97556

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/csky/boot/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
targets := Image zImage uImage
3-
targets += $(dtb-y)
43

54
$(obj)/Image: vmlinux FORCE
65
$(call if_changed,objcopy)

0 commit comments

Comments
 (0)