Merge branches 'amba', 'devel-stable', 'kexec-for-next' and 'misc' into for-linus
[cascardo/linux.git] / arch / arm / tools / Makefile
1 #
2 # linux/arch/arm/tools/Makefile
3 #
4 # Copyright (C) 2001 Russell King
5 #
6
7 quiet_cmd_gen_mach = GEN     $@
8       cmd_gen_mach = mkdir -p $(dir $@) && \
9                      $(AWK) -f $(filter-out $(PHONY),$^) > $@ || \
10                      { rm -f $@; /bin/false; }
11
12 include/generated/mach-types.h: $(src)/gen-mach-types $(src)/mach-types FORCE
13         $(call if_changed,gen_mach)