git.openpandora.org
/
pandora-kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
[pandora-kernel.git]
/
arch
/
arm
/
tools
/
Makefile
1
#
2
# linux/arch/arm/tools/Makefile
3
#
4
# Copyright (C) 2001 Russell King
5
#
6
7
include/generated/mach-types.h: $(src)/gen-mach-types $(src)/mach-types
8
@echo ' Generating $@'
9
@mkdir -p $(dir $@)
10
$(Q)$(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }