Re: [PATCH] kbuild: Don't assume dts files live in arch/*/boot/dts

2013-05-23 Thread Michal Marek
On 18.5.2013 20:41, Matthijs Kooijman wrote: > Hi Michal, > > On Wed, May 08, 2013 at 08:50:49AM -0600, Stephen Warren wrote: >> On 05/08/2013 04:59 AM, Matthijs Kooijman wrote: >>> In commit b40b25ff (kbuild: always run gcc -E on *.dts, remove cmd_dtc_cpp), >>> dts building was changed to always

Re: [PATCH] kbuild: Don't assume dts files live in arch/*/boot/dts

2013-05-18 Thread Matthijs Kooijman
Hi Michal, On Wed, May 08, 2013 at 08:50:49AM -0600, Stephen Warren wrote: > On 05/08/2013 04:59 AM, Matthijs Kooijman wrote: > > In commit b40b25ff (kbuild: always run gcc -E on *.dts, remove cmd_dtc_cpp), > > dts building was changed to always use the C preprocessor. This meant > > that the .dts

Re: [PATCH] kbuild: Don't assume dts files live in arch/*/boot/dts

2013-05-08 Thread Matthijs Kooijman
Hey Stephen, On Wed, May 08, 2013 at 08:50:49AM -0600, Stephen Warren wrote: > On 05/08/2013 04:59 AM, Matthijs Kooijman wrote: > > ... > > The commit referenced above tried to fix this by passing arch/*/boot/dts > > as an include path to dtc. However, for mips, the .dts files are not in > > this

Re: [PATCH] kbuild: Don't assume dts files live in arch/*/boot/dts

2013-05-08 Thread Stephen Warren
On 05/08/2013 04:59 AM, Matthijs Kooijman wrote: > In commit b40b25ff (kbuild: always run gcc -E on *.dts, remove cmd_dtc_cpp), > dts building was changed to always use the C preprocessor. This meant > that the .dts file passed to dtc is not the original, but the > preprocessed one. > > When compi

[PATCH] kbuild: Don't assume dts files live in arch/*/boot/dts

2013-05-08 Thread Matthijs Kooijman
In commit b40b25ff (kbuild: always run gcc -E on *.dts, remove cmd_dtc_cpp), dts building was changed to always use the C preprocessor. This meant that the .dts file passed to dtc is not the original, but the preprocessed one. When compiling with a separate build directory (i.e., with O=), this pr