From ff0e8ac7ca0adc7cbbdffb43d3f7c0e50570ad04 Mon Sep 17 00:00:00 2001 From: Norbert Lange Date: Sat, 19 Oct 2019 00:06:31 +0200 Subject: 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 --- config/global/paths.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/global/paths.in b/config/global/paths.in index 0bf43d95..82ee4b39 100644 --- a/config/global/paths.in +++ b/config/global/paths.in @@ -55,6 +55,10 @@ config BUILD_TOP_DIR string default "${CT_WORK_DIR:-${CT_TOP_DIR}/.build}/${CT_HOST:+HOST-${CT_HOST}/}${CT_TARGET}" +config BUILD_DIR + string + default "${CT_BUILD_TOP_DIR}/build" + config PREFIX_DIR string prompt "Prefix directory" -- cgit v1.2.3