xtensa: add uImage and xipImage to targets
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 22 Jul 2020 05:26:27 +0000 (22:26 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 28 Jul 2020 07:57:06 +0000 (00:57 -0700)
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>
arch/xtensa/boot/Makefile

index 801fe30b4dfebadab673e2d5c32abbc31f0d1043..f6bb352f94b43c35056cb7582e05bda8b97270d2 100644 (file)
@@ -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)