summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/buildsystem.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/buildsystem.sh b/lib/buildsystem.sh
index 5c76922..8207bcc 100644
--- a/lib/buildsystem.sh
+++ b/lib/buildsystem.sh
@@ -25,10 +25,13 @@ autoconf
kbuild
make
'
+_OH_BUILDSYSTEM_WORK_AREA=''
_OH_BUILDSYSTEM_SOURCE_DIR="${PWD}/src"
_OH_BUILDSYSTEM_BUILD_DIR="${PWD}/src"
_OH_BUILDSYSTEM_DESTDIR="${PWD}/dest"
_OH_BUILDSYSTEM_SYSTEM=''
+_OH_BUILDSYSTEM_TARGET_ARCH=''
+_OH_BUILDSYSTEM_BUILD_TARGET=''
oh_buildsystems_init()
{