diff options
author | Masahiro Yamada | 2022-05-12 12:59:00 +0900 |
---|---|---|
committer | Guo Ren | 2022-05-13 14:45:09 +0800 |
commit | 9d975568606631601cc2bb5b62598869838ff0be (patch) | |
tree | c37ab9cb7ceac35a7224d58b32e3a7c193494c45 | |
parent | c5acdf12cc24d34ea3f9426472dcb3f5d581b1e5 (diff) |
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>
-rw-r--r-- | arch/csky/boot/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/csky/boot/Makefile b/arch/csky/boot/Makefile index dbc9b1bd72f0..c3cfde28f8e6 100644 --- a/arch/csky/boot/Makefile +++ b/arch/csky/boot/Makefile @@ -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) |