X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C7A329.263DC921@onstor-exch02.onstor.net>; Wed, 30 May 2007 19:12:33 -0700
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: Shared header files: proposal for location
Date: Wed, 30 May 2007 19:12:33 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E02215805@onstor-exch02.onstor.net>
In-Reply-To: <20070530190755.42c07c4d@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Shared header files: proposal for location
Thread-Index: AcejKIBqoMhcuLhiSparJWakjAB+FAAAJerg
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

Now your just messing with me. ;-)

-----Original Message-----
From: Andy Sharp=20
Sent: Wednesday, May 30, 2007 7:08 PM
To: Maxim Kozlovsky
Cc: Larry Scheer; Richard Beck; Tim Gardner
Subject: Re: Shared header files: proposal for location

The kernel build will put them in the equivalent
of /usr/mipsel-linux-gnu/include, which will be something
like ../../cross/usr/mipsel-linux-gnu/include

On Wed, 30 May 2007 18:39:27 -0700 "Maxim Kozlovsky"
<maxim.kozlovsky@onstor.com> wrote:

> I don't agree. System includes go to /usr/mipsel-linux-gnu/include.
> Why would you want to put them somewhere else?
>=20
> _____________________________________________
> From: Larry Scheer=20
> Sent: Wednesday, May 30, 2007 6:34 PM
> To: Andy Sharp; Maxim Kozlovsky; Richard Beck; Tim Gardner
> Cc: Larry Scheer
> Subject: Shared header files: proposal for location
>=20
> I have been thinking about where to put the header files that are
> shared between the kernel build and the nfx-tree build. I think we
> all agree we don't want to put them in /usr/mipsel-linux-gnu/include.
>=20
> I would like to see them placed in nfx-tree/Includes/linux. I see Max
> has already started putting header files there.=20
>=20
> Given that lots of nfx-tree code includes neteee/eee.h it would be
> easy to add a neteee directory to nfx-tree/Includes. Also the
> Makefiles for the nfx-tree already accommodate this structure and are
> using this macro:
>=20
> INCDIRS +=3D -I./$(OS) -I$(PATH_TO_ROOT)/Includes/$(OS)
>=20
> CPPFLAGS    +=3D ${INCDIRS}
>=20
> What do you think?
>=20
> Larry
