Makefile 461 B

1234567891011121314151617181920
  1. #
  2. # arch/sh/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) 1999 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 $@