Makefile.postlink 358 B

123456789101112131415161718192021
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # Copyright (c) 2017 Imagination Technologies Ltd.
  4. PHONY := __archpost
  5. __archpost:
  6. -include include/config/auto.conf
  7. include scripts/Kbuild.include
  8. CMD_RELOCS = tools/mips-relocs
  9. quiet_cmd_relocs = RELOCS $@
  10. cmd_relocs = $(CMD_RELOCS) $@
  11. u-boot: FORCE
  12. @true
  13. $(call if_changed,relocs)
  14. .PHONY: FORCE
  15. FORCE: