]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/tools/Makefile
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[mirror_ubuntu-artful-kernel.git] / arch / arm / tools / Makefile
CommitLineData
1da177e4
LT
1#
2# linux/arch/arm/tools/Makefile
3#
4# Copyright (C) 2001 Russell King
5#
6
66206536 7include/generated/mach-types.h: $(src)/gen-mach-types $(src)/mach-types
2d4d07b9 8 @$(kecho) ' Generating $@'
f44f82e8 9 @mkdir -p $(dir $@)
1da177e4 10 $(Q)$(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }