summaryrefslogtreecommitdiff
path: root/arch/mips/Makefile.postlink
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-07-26 15:29:20 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-26 15:29:20 (GMT)
commit0ddc9c172279f686077310fbcfa5baf10c719188 (patch)
treeb577c229572fc411172a15b724303d1c91d9a5a4 /arch/mips/Makefile.postlink
parentdc5210a20d7143f8adb3c4341e44d797357708bf (diff)
parente94136bd87b18345e38a5e44445a476de12b4354 (diff)
downloadu-boot-fsl-qoriq-0ddc9c172279f686077310fbcfa5baf10c719188.tar.xz
Merge git://git.denx.de/u-boot-mips
Diffstat (limited to 'arch/mips/Makefile.postlink')
-rw-r--r--arch/mips/Makefile.postlink23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/mips/Makefile.postlink b/arch/mips/Makefile.postlink
new file mode 100644
index 0000000..7da3acd
--- /dev/null
+++ b/arch/mips/Makefile.postlink
@@ -0,0 +1,23 @@
+#
+# Copyright (c) 2017 Imagination Technologies Ltd.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+PHONY := __archpost
+__archpost:
+
+-include include/config/auto.conf
+include scripts/Kbuild.include
+
+CMD_RELOCS = tools/mips-relocs
+quiet_cmd_relocs = RELOCS $@
+ cmd_relocs = $(CMD_RELOCS) $@
+
+u-boot: FORCE
+ @true
+ $(call if_changed,relocs)
+
+.PHONY: FORCE
+
+FORCE: