summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorAl Viro2005-09-26 08:49:27 +0200
committerLinus Torvalds2005-09-27 03:29:50 +0200
commit0b1556945475e8529328edf98ff0d201ed133edb (patch)
tree2093425c89eae4ab7dbb9be70c2efb8d084ced2a /net
parent[PATCH] m32r: more basic __user annotations (diff)
downloadkernel-qcow2-linux-0b1556945475e8529328edf98ff0d201ed133edb.tar.gz
kernel-qcow2-linux-0b1556945475e8529328edf98ff0d201ed133edb.tar.xz
kernel-qcow2-linux-0b1556945475e8529328edf98ff0d201ed133edb.zip
[PATCH] missing dependency on arm O= builds
arm maketools needs include/asm-arm in place in the build tree. On normal builds it's always there, of course, but on O= it's created (by generic code) too late - when we get to asm-offset.h. We used to get away with that by accident - creation of include/asm-arm/arch symlink creates include/asm-arm and it happened to go before maketools. However, we did not have such dependency, so that luck didn't last - now maketools is picked first and we are screwed. Both the symlink and maketools are prerequisites of the same target (archprepare). This fix is obvious - make the latter explicitly depend on the former and be done with that. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions