diff options
Diffstat (limited to 'scripts/dtc/dtx_diff')
| -rwxr-xr-x | scripts/dtc/dtx_diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dtc/dtx_diff b/scripts/dtc/dtx_diff index 959ab2646d38..ec47f95991a3 100755 --- a/scripts/dtc/dtx_diff +++ b/scripts/dtc/dtx_diff | |||
| @@ -266,7 +266,7 @@ DTC="${__KBUILD_OUTPUT}/scripts/dtc/dtc" | |||
| 266 | 266 | ||
| 267 | if [ ! -x ${DTC} ] ; then | 267 | if [ ! -x ${DTC} ] ; then |
| 268 | __DTC="dtc" | 268 | __DTC="dtc" |
| 269 | if grep -q "^CONFIG_DTC=y" ${__KBUILD_OUTPUT}/.config ; then | 269 | if grep -q "^CONFIG_DTC=y" ${__KBUILD_OUTPUT}/.config 2>/dev/null; then |
| 270 | make_command=' | 270 | make_command=' |
| 271 | make scripts' | 271 | make scripts' |
| 272 | else | 272 | else |
