kbuild: always run gcc -E on *.dts, remove cmd_dtc_cpp
authorStephen Warren <swarren@nvidia.com>
Wed, 6 Mar 2013 17:58:37 +0000 (10:58 -0700)
committerStephen Warren <swarren@nvidia.com>
Fri, 5 Apr 2013 18:23:07 +0000 (12:23 -0600)
commitb40b25fff8205dd18124d8fc87b2c9c57f269b5f
tree0539246db5bd1597fbbbc5630dfd4ac566e81fee
parent85f02be8e5fd48a9bf8c719a4f12b4209b1e55b5
kbuild: always run gcc -E on *.dts, remove cmd_dtc_cpp

Replace cmd_dtc with cmd_dtc_cpp, and delete the latter.

Previously, a special file extension (.dtsp) was required to trigger
the C pre-processor to run on device tree files. This was ugly. Now that
previous changes have enhanced cmd_dtc_cpp to collect dependency
information from both gcc -E and dtc, we can transparently run the pre-
processor on all device tree files, irrespective of whether they
use /include/ or #include syntax to include *.dtsi.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Rob Herring <rob.herring@calxeda.com>
scripts/Makefile.lib