Makefile.postlink 362 B

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