xref: /openbmc/u-boot/arch/mips/Makefile.postlink (revision 0dfe3ffe)
1#
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:
24