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