Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: boot: add missing targets for vmlinux.*.its

The build rule of vmlinux.*.its is invoked by $(call if_changed,...)
but it always rebuilds the target needlessly due to missing targets.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Patchwork: https://patchwork.linux-mips.org/patch/19092/
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: linux-kernel@vger.kernel.org

authored by

Masahiro Yamada and committed by
Paul Burton
92b34a97 67e09db5

+6
+6
arch/mips/boot/Makefile
··· 126 126 $(obj)/vmlinux.its.S: $(addprefix $(srctree)/arch/mips/$(PLATFORM)/,$(ITS_INPUTS)) FORCE 127 127 $(call if_changed,its_cat) 128 128 129 + targets += vmlinux.its 130 + targets += vmlinux.gz.its 131 + targets += vmlinux.bz2.its 132 + targets += vmlinux.lzmo.its 133 + targets += vmlinux.lzo.its 134 + 129 135 quiet_cmd_cpp_its_S = ITS $@ 130 136 cmd_cpp_its_S = $(CPP) -P -C -o $@ $< \ 131 137 -DKERNEL_NAME="\"Linux $(KERNELRELEASE)\"" \