Skip to content

Commit 7424d9f

Browse files
committed
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 <[email protected]> Signed-off-by: Max Filippov <[email protected]>
1 parent 65898b3 commit 7424d9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/xtensa/boot/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export BIG_ENDIAN
1818

1919
subdir-y := lib
2020
targets += vmlinux.bin vmlinux.bin.gz
21+
targets += uImage xipImage
2122

2223
# Subdirs for the boot loader(s)
2324

0 commit comments

Comments
 (0)