Commit 9d975568 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Guo Ren

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
Signed-off-by: default avatarGuo Ren <guoren@kernel.org>
parent c5acdf12
# SPDX-License-Identifier: GPL-2.0-only
targets := Image zImage uImage
targets += $(dtb-y)
$(obj)/Image: vmlinux FORCE
$(call if_changed,objcopy)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment