Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Paul Burton | 703ec9d | 2017-06-19 11:53:47 -0700 | [diff] [blame] | 2 | # |
| 3 | # Copyright (c) 2017 Imagination Technologies Ltd. |
Paul Burton | 703ec9d | 2017-06-19 11:53:47 -0700 | [diff] [blame] | 4 | |
| 5 | PHONY := __archpost |
| 6 | __archpost: |
| 7 | |
| 8 | -include include/config/auto.conf |
| 9 | include scripts/Kbuild.include |
| 10 | |
| 11 | CMD_RELOCS = tools/mips-relocs |
| 12 | quiet_cmd_relocs = RELOCS $@ |
| 13 | cmd_relocs = $(CMD_RELOCS) $@ |
| 14 | |
| 15 | u-boot: FORCE |
| 16 | @true |
| 17 | $(call if_changed,relocs) |
| 18 | |
| 19 | .PHONY: FORCE |
| 20 | |
| 21 | FORCE: |