Makefile.postlink (44079d3509aee89c58f3e4fd929fa53ab2299019) | Makefile.postlink (6e5b95cdbd0e9a87bc4b6ca173ae7f4f6a0f3e37) |
---|---|
1# =========================================================================== 2# Post-link MIPS pass 3# =========================================================================== 4# 5# 1. Insert relocations into vmlinux 6 7PHONY := __archpost 8__archpost: 9 | 1# =========================================================================== 2# Post-link MIPS pass 3# =========================================================================== 4# 5# 1. Insert relocations into vmlinux 6 7PHONY := __archpost 8__archpost: 9 |
10include include/config/auto.conf | 10-include include/config/auto.conf |
11include scripts/Kbuild.include 12 13CMD_RELOCS = arch/mips/boot/tools/relocs 14quiet_cmd_relocs = RELOCS $@ 15 cmd_relocs = $(CMD_RELOCS) $@ 16 17# `@true` prevents complaint when there is nothing to be done 18 --- 17 unchanged lines hidden --- | 11include scripts/Kbuild.include 12 13CMD_RELOCS = arch/mips/boot/tools/relocs 14quiet_cmd_relocs = RELOCS $@ 15 cmd_relocs = $(CMD_RELOCS) $@ 16 17# `@true` prevents complaint when there is nothing to be done 18 --- 17 unchanged lines hidden --- |