http://www.hht-eu.com/pls/hht/docs/F3140/bcm963xx_Speedport500V.0.09.04L.300L01.V27_c...
[bcm963xx.git] / kernel / linux / arch / arm / tools / Makefile
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; }