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