[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110109082851.GA10463@merkur.ravnborg.org>
Date: Sun, 9 Jan 2011 09:28:51 +0100
From: Sam Ravnborg <sam@...nborg.org>
To: lkml <linux-kernel@...r.kernel.org>,
linux-kbuild <linux-kbuild@...r.kernel.org>,
linux arch <linux-arch@...r.kernel.org>,
Arnd Bergmann <arnd@...db.de>,
Guan Xuetao <guanxuetao@...c.pku.edu.cn>,
Michal Marek <mmarek@...e.cz>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>
Subject: [RFC v2] kbuild: generic support for asm-generic
On Sat, Jan 08, 2011 at 02:03:02PM +0100, Sam Ravnborg wrote:
> Hi Arnd et all.
>
> This is my second attempt to provide generic support for
> architectures that use existing headers from asm-generic.
>
> With this kbuild will read the file: arch/$ARCH/include/asm-generic
>
> For each file listed in this file a wrapper is generated in
> arch/$ARCH/inclue/generated/asm/
>
> The patch include support so headers_install works.
>
> The inspiration came from the unicore32 patchset,
> but I redid this to make it more general.
>
> I will follow-up with two patches.
> One that implment the functionality.
> A second that convert two headers in x86 to use the
> new asm-generic stuff (only as an example).
Based on feedback from Stephen, Guang and Arnd here
is a new patchset supporting generic headers.
Changes since v2:
- Fix spelling miss in LINUXINCLUDE (Stephen)
- Properly delete file with mrproper (Guang)
- Fixed support for headers that are not exported (Guang)
- New way to list files used from the generic set (Arnd)
We now list which files are sued from the generic set in:
arch/$(ARCH)/include/asm/Kbuild like this:
generic-y += termios.h
Sam
--
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