1 # ===========================================================================
3 # ===========================================================================
5 # 1. Insert relocations into vmlinux
10 -include include/config/auto.conf
11 include scripts/Kbuild.include
13 CMD_RELOCS = arch/mips/boot/tools/relocs
14 quiet_cmd_relocs = RELOCS $@
15 cmd_relocs = $(CMD_RELOCS) $@
17 # `@true` prevents complaint when there is nothing to be done
21 ifeq ($(CONFIG_RELOCATABLE),y)
22 $(call if_changed,relocs)