Re: kbuild now support arch/$ARCH/include - time for ARCHs to convert
From: Sam Ravnborg <hidden>
Date: 2008-08-01 16:50:20
Also in:
lkml
From: Sam Ravnborg <hidden>
Date: 2008-08-01 16:50:20
Also in:
lkml
On Fri, Aug 01, 2008 at 10:35:12AM +0200, Martin Schwidefsky wrote:
On Mon, 2008-07-28 at 22:05 +0200, Sam Ravnborg wrote:quoted
So I have hacked up support for this in kbuild so for the simpler cases a simple move of header files as in: git mv include/asm-$ARCH arch/$ARCH/include/asm is enough.Just tested it on s390. We need a tiny fix for the qeth driver then it works just fine (qeth has two includes for include/asm-s390 instead of include/asm). I'll queue the qeth fix on git390. The only question is who will do the move?
You will do so and ask Linus to pull it. This most go via the arch maintainer. And I'm glad that no other changes were needed. Sam