forked from Minki/linux
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>
This commit is contained in:
parent
c5acdf12cc
commit
9d97556860
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user