summaryrefslogtreecommitdiffstats
path: root/core/modules
diff options
context:
space:
mode:
authorJonathan Bauer2018-01-29 16:26:57 +0100
committerJonathan Bauer2018-01-29 16:26:57 +0100
commit53be58268a1c19b3b27b44074a4d036fb693319b (patch)
tree6e376212c9a87a193b5ab07b03516a88b5209b58 /core/modules
parent[rfs-s32] add mkfs.jfs (diff)
downloadmltk-53be58268a1c19b3b27b44074a4d036fb693319b.tar.gz
mltk-53be58268a1c19b3b27b44074a4d036fb693319b.tar.xz
mltk-53be58268a1c19b3b27b44074a4d036fb693319b.zip
[nvidia_kernel] build nvidia_kernel chroot inside
its work dir and not in its module dir...
Diffstat (limited to 'core/modules')
-rw-r--r--core/modules/nvidia_kernel/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/nvidia_kernel/module.build b/core/modules/nvidia_kernel/module.build
index fb55c8fa..cb82865f 100644
--- a/core/modules/nvidia_kernel/module.build
+++ b/core/modules/nvidia_kernel/module.build
@@ -6,7 +6,7 @@ fetch_source() {
}
build() {
- local ROOTUPPERDIR="$MODULE_DIR/rootupper"
+ local ROOTUPPERDIR="$MODULE_WORK_DIR/rootupper"
local NVIDIA="$MODULE_WORK_DIR/src/$REQUIRED_NVIDIA"
local NVIDIAEXTRACTDIR="$ROOTUPPERDIR/NVIDIA"