Re: [PATCH 1/7] kbuild: create an "include chroot" for DT bindings

2013-03-18 Thread Stephen Warren
On 03/18/2013 09:13 AM, Shawn Guo wrote: > On Wed, Mar 06, 2013 at 11:22:57AM -0700, Stephen Warren wrote: >> From: Stephen Warren >> >> The recent dtc+cpp support allows header files and C pre-processor >> defines/macros to be used when compiling device tree files. These >> headers will typically

Re: [PATCH 1/7] kbuild: create an "include chroot" for DT bindings

2013-03-18 Thread Shawn Guo
On Wed, Mar 06, 2013 at 11:22:57AM -0700, Stephen Warren wrote: > From: Stephen Warren > > The recent dtc+cpp support allows header files and C pre-processor > defines/macros to be used when compiling device tree files. These > headers will typically define various constants that are part of the

[PATCH 1/7] kbuild: create an "include chroot" for DT bindings

2013-03-06 Thread Stephen Warren
From: Stephen Warren The recent dtc+cpp support allows header files and C pre-processor defines/macros to be used when compiling device tree files. These headers will typically define various constants that are part of the device tree bindings. The original patch which set up the dtc+cpp include