xref: /openbmc/u-boot/arch/mips/Makefile.postlink (revision e8f80a5a)
1703ec9ddSPaul Burton# SPDX-License-Identifier: GPL-2.0+
2703ec9ddSPaul Burton#
3*83d290c5STom Rini# Copyright (c) 2017 Imagination Technologies Ltd.
4703ec9ddSPaul Burton
5703ec9ddSPaul BurtonPHONY := __archpost
6703ec9ddSPaul Burton__archpost:
7703ec9ddSPaul Burton
8703ec9ddSPaul Burton-include include/config/auto.conf
9703ec9ddSPaul Burtoninclude scripts/Kbuild.include
10703ec9ddSPaul Burton
11703ec9ddSPaul BurtonCMD_RELOCS = tools/mips-relocs
12703ec9ddSPaul Burtonquiet_cmd_relocs = RELOCS  $@
13703ec9ddSPaul Burton      cmd_relocs = $(CMD_RELOCS) $@
14703ec9ddSPaul Burton
15703ec9ddSPaul Burtonu-boot: FORCE
16703ec9ddSPaul Burton	@true
17703ec9ddSPaul Burton	$(call if_changed,relocs)
18703ec9ddSPaul Burton
19703ec9ddSPaul Burton.PHONY: FORCE
20703ec9ddSPaul Burton
21703ec9ddSPaul BurtonFORCE:
22