Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / arch / arm / tools / Makefile
blobc2a4993a724c10ac91f590723cbda4ea36a5042e
2 # linux/arch/arm/tools/Makefile
4 # Copyright (C) 2001 Russell King
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; }