kbuild: check asm symlink when building a kernel
authorSam Ravnborg <sam@ravnborg.org>
Wed, 17 Oct 2007 21:30:14 +0000 (23:30 +0200)
committerSam Ravnborg <sam@neptun.(none)>
Thu, 18 Oct 2007 07:06:34 +0000 (09:06 +0200)
commitfc333b2df388d6e8791b3ee59c0679e4a131555a
tree70f990150116360570b444efbc001801232be2c5
parentd85714d81cc0408daddb68c10f7fd69eafe7c213
kbuild: check asm symlink when building a kernel

We often hit the situation where the asm symlink
in include/ points to the wrong architecture.
In 9 out of 10 cases thats because we forgot to set
ARCH but sometimes we just reused the same tree
for another ARCH. For the merged x86 tree we need
to create a new symlink but this is not obvious.
So with the following patch we check if the symlink
points to the correct architecture and error
out if this is not the case.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile