blob: 9ad7d4e453ae102a7e2caff031d9af45f2de5e08 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Paul Burton703ec9d2017-06-19 11:53:47 -07002#
3# Copyright (c) 2017 Imagination Technologies Ltd.
Paul Burton703ec9d2017-06-19 11:53:47 -07004
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: