[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <519a8b110901190604l4c248ea2n88a117a064c35fac@mail.gmail.com>
Date: Mon, 19 Jan 2009 15:04:54 +0100
From: xming <xmingske@...il.com>
To: linux-kernel@...r.kernel.org
Subject: wrong sym link with out-of-tree build with 2.6.28
Hi,
I am building kernels on x86 and there is a problems with include2/asm
symbolic link
when building the with 'make O=./HOST".
- with 2.6.28.x the include/asm-x86 is moved to arch/x86/include/asm
so this code is no more valid:
ln -fsn $(srctree)/include/asm-$(SRCARCH) include2/asm;
That line of code should be made ARCH aware? I don't know how to do that, I can
only change that for x86 only.
BTW: I am not subscribed to lkml, please CC when replying, thanks
xming
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists