csky: Remove unused $(dtb-y) from boot/Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 12 May 2022 03:59:00 +0000 (12:59 +0900)
committerGuo Ren <guoren@linux.alibaba.com>
Fri, 13 May 2022 06:45:09 +0000 (14:45 +0800)
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>
arch/csky/boot/Makefile

index dbc9b1bd72f0b7d3c986194e9581ab9948810b7b..c3cfde28f8e603d38a9c7e1a84c0aafd39202967 100644 (file)
@@ -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)