aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-03-27 07:37:33 -0500
committerDan Murphy <dmurphy@ti.com>2020-03-27 07:37:33 -0500
commit62feeeca2e03e80292c1c4e8cb784a49f6a511c4 (patch)
tree765d0e722e7f39391bf1a4ecf3e5a3443d6a3b88
parent7ab160281df0a555132173cf5ea8f38f1e052f42 (diff)
downloadlinux-dt-62feeeca2e03e80292c1c4e8cb784a49f6a511c4.tar.gz
system_test: build script: Add DTC to overlay command line
Add the DTC= to the make command line to build the overlays. Signed-off-by: Dan Murphy <dmurphy@ti.com>
-rwxr-xr-xsystem_test/build_system_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system_test/build_system_test.sh b/system_test/build_system_test.sh
index d69f57c..099cce4 100755
--- a/system_test/build_system_test.sh
+++ b/system_test/build_system_test.sh
@@ -111,7 +111,7 @@ function clean_the_kernel() {
}
function build_the_overlays() {
- cross_make LINUX=${KERNEL_PATH} LINUX_BUILD=${KERNEL_OUT} ARCH=${ARCH} O=${KERNEL_OUT} -C ${SYS_TEST_WORKING_DIR}
+ cross_make LINUX=${KERNEL_PATH} DTC=${KERNEL_OUT} LINUX_BUILD=${KERNEL_OUT} ARCH=${ARCH} O=${KERNEL_OUT} -C ${SYS_TEST_WORKING_DIR}
}
function copy_needed_files() {