From: Stephen Warren Date: Tue, 5 Feb 2013 19:06:28 +0000 (-0700) Subject: kbuild: create a rule to run the pre-processor on *.dts files X-Git-Tag: v3.9-rc1~147^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22435f38337ef6a8abb33574604e77c335b75d14;p=pandora-kernel.git kbuild: create a rule to run the pre-processor on *.dts files 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. Acked-by: Simon Glass Acked-by: Jean-Christophe PLAGNIOL-VILLARD Acked-by: Michal Marek Acked-by: Srinivas Kandagatla Signed-off-by: Stephen Warren Signed-off-by: Grant Likely --- Reading git-diff-tree failed