1 # SPDX-License-Identifier: GPL-2.0+ 2 # 3 # Copyright (c) 2017 Imagination Technologies Ltd. 4 5 PHONY := __archpost 6 __archpost: 7 8 -include include/config/auto.conf 9 include scripts/Kbuild.include 10 11 CMD_RELOCS = tools/mips-relocs 12 quiet_cmd_relocs = RELOCS $@ 13 cmd_relocs = $(CMD_RELOCS) $@ 14 15 u-boot: FORCE 16 @true 17 $(call if_changed,relocs) 18 19 .PHONY: FORCE 20 21 FORCE: 22