/arch/sh64/boot/Makefile

https://bitbucket.org/evzijst/gittest · Makefile · 20 lines · 7 code · 4 blank · 9 comment · 0 complexity · 68a63b4c68b728a1375e71e4f02e6cc4 MD5 · raw file

  1. #
  2. # arch/sh64/boot/Makefile
  3. #
  4. # This file is subject to the terms and conditions of the GNU General Public
  5. # License. See the file "COPYING" in the main directory of this archive
  6. # for more details.
  7. #
  8. # Copyright (C) 2002 Stuart Menefy
  9. #
  10. targets := zImage
  11. subdir- := compressed
  12. $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
  13. $(call if_changed,objcopy)
  14. @echo 'Kernel: $@ is ready'
  15. $(obj)/compressed/vmlinux: FORCE
  16. $(Q)$(MAKE) $(build)=$(obj)/compressed $@