aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2020-07-21 22:26:27 -0700
committerMax Filippov <jcmvbkbc@gmail.com>2020-07-28 00:57:06 -0700
commit7424d9fa8477f259893599d38cccc379bdd0ffac (patch)
tree908e045e2641b0cb4521c2d860dcb29f48e350e8
parentxtensa: move vmlinux.bin[.gz] to boot subdirectory (diff)
downloadlinux-dev-7424d9fa8477f259893599d38cccc379bdd0ffac.tar.xz
linux-dev-7424d9fa8477f259893599d38cccc379bdd0ffac.zip
xtensa: add uImage and xipImage to targets
uImage and xipImage are always rebuilt in the xtensa kernel build process. Add them to 'targets' to avoid that. Reviewed-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
-rw-r--r--arch/xtensa/boot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/boot/Makefile b/arch/xtensa/boot/Makefile
index 801fe30b4dfe..f6bb352f94b4 100644
--- a/arch/xtensa/boot/Makefile
+++ b/arch/xtensa/boot/Makefile
@@ -18,6 +18,7 @@ export BIG_ENDIAN
subdir-y := lib
targets += vmlinux.bin vmlinux.bin.gz
+targets += uImage xipImage
# Subdirs for the boot loader(s)