Skip to content

Commit

Permalink
xtensa: add uImage and xipImage to targets
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Max Filippov committed Jul 28, 2020
1 parent 65898b3 commit 7424d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/xtensa/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7424d9f

Please sign in to comment.