summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNorbert Lange <nolange79@gmail.com>2019-10-18 22:06:31 (GMT)
committerNorbert Lange <nolange79@gmail.com>2019-10-18 22:20:55 (GMT)
commitff0e8ac7ca0adc7cbbdffb43d3f7c0e50570ad04 (patch)
treeb6e231880e1278ffb84e1cf6e1f14c74625f53fc /scripts
parent3f461da11f1f8e9dcfdffef24e1982b5ffd10305 (diff)
move BUILD_DIR variable into Kconfig
this allows users to reference this variable, for ex. in TARGET_CFLAGS to remap paths. Signed-off-by: Norbert Lange <nolange79@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/crosstool-NG.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/crosstool-NG.sh b/scripts/crosstool-NG.sh
index 31942b1..14be5ed 100644
--- a/scripts/crosstool-NG.sh
+++ b/scripts/crosstool-NG.sh
@@ -114,7 +114,6 @@ fi
# Where will we work?
CT_WORK_DIR="${CT_WORK_DIR:-${CT_TOP_DIR}/.build}"
-CT_BUILD_DIR="${CT_BUILD_TOP_DIR}/build"
CT_DoExecLog ALL mkdir -p "${CT_WORK_DIR}"
CT_DoExecLog DEBUG rm -f "${CT_WORK_DIR}/backtrace"