diff options
author | Max Filippov | 2020-07-21 22:26:27 -0700 |
---|---|---|
committer | Max Filippov | 2020-07-28 00:57:06 -0700 |
commit | 7424d9fa8477f259893599d38cccc379bdd0ffac (patch) | |
tree | 908e045e2641b0cb4521c2d860dcb29f48e350e8 /arch/xtensa | |
parent | 65898b375659f2556da9ac22ea5649407f6f6447 (diff) |
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>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/boot/Makefile | 1 |
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) |