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 <[email protected]> Signed-off-by: Guo Ren <[email protected]>
1 parent c5acdf1 commit 9d97556

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)