summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-07-04 22:46:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-07-04 22:46:22 +0200
commit37ede074bbc08307d41683a3ac738b67b1310b4b (patch)
treef71a82c9ed23e40bca1473c7171df774a0ff27f3 /scripts
parentefad8096fd26558b49582af2915f58b9885d6fd0 (diff)
downloadptxdist-37ede074bbc08307d41683a3ac738b67b1310b4b.tar.gz
ptxdist-37ede074bbc08307d41683a3ac738b67b1310b4b.tar.xz
ptxd_make_dts_dtb: one more include dir
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_make_dts_dtc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_make_dts_dtc.sh b/scripts/lib/ptxd_make_dts_dtc.sh
index 74638a93f..24c56041c 100644
--- a/scripts/lib/ptxd_make_dts_dtc.sh
+++ b/scripts/lib/ptxd_make_dts_dtc.sh
@@ -38,6 +38,7 @@ ptxd_make_dts_dtb() {
-I$(dirname "${dts}") \
-I${dts_kernel_dir}/arch/${dts_kernel_arch}/boot/dts \
-I${dts_kernel_dir}/arch/${dts_kernel_arch}/boot/dts/include \
+ -I${dts_kernel_dir}/drivers/of/testcase-data \
-I${dts_kernel_dir}/include \
-undef -D__DTS__ -x assembler-with-cpp \
-o ${tmp_dts} \