From: Max Filippov Date: Wed, 22 Jul 2020 05:26:27 +0000 (-0700) Subject: xtensa: add uImage and xipImage to targets X-Git-Tag: v5.9-rc1~131^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7424d9fa8477f259893599d38cccc379bdd0ffac;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Max Filippov --- diff --git a/arch/xtensa/boot/Makefile b/arch/xtensa/boot/Makefile index 801fe30b4dfeb..f6bb352f94b43 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)