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 / arm / tools / Makefile
Encoding:
Makefile  |  2006-08-11  |  220 b   |  10 lines

  1. #
  2. # linux/arch/arm/tools/Makefile
  3. #
  4. # Copyright (C) 2001 Russell King
  5. #
  6.  
  7. include/asm-arm/mach-types.h: $(src)/gen-mach-types $(src)/mach-types
  8.     @echo '  Generating $@'
  9.     $(Q)$(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
  10.