home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / arch / sh / boot / Makefile
Encoding:
Makefile  |  2006-08-11  |  461 b   |  21 lines

  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.  
  11. targets := zImage
  12. subdir- := compressed
  13.  
  14. $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
  15.     $(call if_changed,objcopy)
  16.     @echo 'Kernel: $@ is ready'
  17.  
  18. $(obj)/compressed/vmlinux: FORCE
  19.     $(Q)$(MAKE) $(build)=$(obj)/compressed $@
  20.  
  21.