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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
targets := Image zImage uImage
targets += $(dtb-y)

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