/arch/arm/tools/Makefile

https://bitbucket.org/evzijst/gittest · Makefile · 9 lines · 3 code · 1 blank · 5 comment · 1 complexity · 7fdf49b5df941b4064999c4946b3f7c0 MD5 · raw file

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