Re: [PATCH V7 REPOST] kbuild: create a rule to run the pre-processor on *.dts files

2013-01-29 Thread Michal Marek
On 29.1.2013 01:33, Stephen Warren wrote: > From: Stephen Warren > > Create cmd_dtc_cpp to run the C pre-processor on *.dts file before > passing them to dtc for final compilation. This allows the use of #define > and #include within the .dts file. > > Signed-off-by: Stephen Warren > Acked-by:

[PATCH V7 REPOST] kbuild: create a rule to run the pre-processor on *.dts files

2013-01-28 Thread Stephen Warren
From: Stephen Warren Create cmd_dtc_cpp to run the C pre-processor on *.dts file before passing them to dtc for final compilation. This allows the use of #define and #include within the .dts file. Signed-off-by: Stephen Warren Acked-by: Simon Glass Acked-by: Jean-Christophe PLAGNIOL-VILLARD -