diff options
| author | Mark Brown <broonie@kernel.org> | 2017-08-21 21:50:23 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2017-08-21 21:50:23 +0100 |
| commit | bf9790bcdca582a7a3a0c10550a52ba2a9efc5c9 (patch) | |
| tree | f6325c050ad109e95ba8ae932f9fd5f1483f1dae /scripts/dtc/dtx_diff | |
| parent | ASoC: codecs: constify snd_soc_dai_ops structures (diff) | |
| parent | Merge branch 'topic/msm8916' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff) | |
| download | linux-bf9790bcdca582a7a3a0c10550a52ba2a9efc5c9.tar.gz linux-bf9790bcdca582a7a3a0c10550a52ba2a9efc5c9.zip | |
Merge branch 'topic/const' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-blackfin
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 fb86f3899e16..f9a3d8d23c64 100755 --- a/scripts/dtc/dtx_diff +++ b/scripts/dtc/dtx_diff @@ -321,7 +321,7 @@ fi cpp_flags="\ -nostdinc \ -I${srctree}/arch/${ARCH}/boot/dts \ - -I${srctree}/arch/${ARCH}/boot/dts/include \ + -I${srctree}/scripts/dtc/include-prefixes \ -I${srctree}/drivers/of/testcase-data \ -undef -D__DTS__" |
