repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MX31: Add more alternate pin definitions
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
arch
/
arm
/
tools
/
Makefile
blob
1dbaa29ac4d7b3658f4f40e22ba35db1413c2db4
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
@mkdir
-
p
$(
dir
$
@
)
10
$(
Q
)$(
AWK
) -
f
$
^
> $
@ ||
{
rm
-
f
$
@
; /
bin
/
false
; }