Makefile.postlink (8dd06ef34b6e2f41b29fbf5fc1663780f2524285) Makefile.postlink (67d7c3023a672c2b73d19d6d23684df670fce648)
1# SPDX-License-Identifier: GPL-2.0
2# ===========================================================================
3# Post-link MIPS pass
4# ===========================================================================
5#
6# 1. Check that Loongson3 LL/SC workarounds are applied correctly
7# 2. Insert relocations into vmlinux
8
9PHONY := __archpost
10__archpost:
11
12-include include/config/auto.conf
1# SPDX-License-Identifier: GPL-2.0
2# ===========================================================================
3# Post-link MIPS pass
4# ===========================================================================
5#
6# 1. Check that Loongson3 LL/SC workarounds are applied correctly
7# 2. Insert relocations into vmlinux
8
9PHONY := __archpost
10__archpost:
11
12-include include/config/auto.conf
13include scripts/Kbuild.include
13include $(srctree)/scripts/Kbuild.include
14
15CMD_LS3_LLSC = arch/mips/tools/loongson3-llsc-check
16quiet_cmd_ls3_llsc = LLSCCHK $@
17 cmd_ls3_llsc = $(CMD_LS3_LLSC) $@
18
19CMD_RELOCS = arch/mips/boot/tools/relocs
20quiet_cmd_relocs = RELOCS $@
21 cmd_relocs = $(CMD_RELOCS) $@

--- 23 unchanged lines hidden ---
14
15CMD_LS3_LLSC = arch/mips/tools/loongson3-llsc-check
16quiet_cmd_ls3_llsc = LLSCCHK $@
17 cmd_ls3_llsc = $(CMD_LS3_LLSC) $@
18
19CMD_RELOCS = arch/mips/boot/tools/relocs
20quiet_cmd_relocs = RELOCS $@
21 cmd_relocs = $(CMD_RELOCS) $@

--- 23 unchanged lines hidden ---