summaryrefslogtreecommitdiff
path: root/build-test-kernel
diff options
context:
space:
mode:
authorKent Overstreet <kmo@daterainc.com>2015-03-15 17:58:30 -0700
committerKent Overstreet <kmo@daterainc.com>2015-03-15 17:58:30 -0700
commit45db72c87e13fdff86a4f52d23c72c5728eac90b (patch)
tree0d65faf983208fc00b88fc246094a9786ac9e559 /build-test-kernel
parentec6a031bea0aa736751d495d926a8bb3adb0d840 (diff)
Fix build-test-kernel kernel modules
Change-Id: I7d98117abde1fa13d4547d45665d5b94c6cf408f
Diffstat (limited to 'build-test-kernel')
-rwxr-xr-xbuild-test-kernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-test-kernel b/build-test-kernel
index d23c06a..87c0b0c 100755
--- a/build-test-kernel
+++ b/build-test-kernel
@@ -148,6 +148,7 @@ shift $(( OPTIND - 1 ))
mkdir -p "$WORK_DIR"
WORK_DIR=$(readlink -f "$WORK_DIR")
+KERNEL_OUTPUT=$(readlink -f "$KERNEL_OUTPUT")
run_ktest()
{
@@ -228,7 +229,6 @@ build_kernel()
install -m0644 "$WORK_DIR/vmlinux" "$KERNEL_OUTPUT/vmlinux"
install -m0644 "$WORK_DIR/arch/x86/boot/bzImage" "$KERNEL_OUTPUT/vmlinuz"
install -m0644 "$WORK_DIR/.config" "$KERNEL_OUTPUT/config"
- mkdir -p "$KERNEL_OUTPUT/lib"
do_make modules_install