From 05df3f38680b8b9b1bc25bcfa5b5bdaa507fd7fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 28 Jul 2015 22:49:57 +0200 Subject: Add build_script --- build_script | 6 ++++++ conf.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 build_script diff --git a/build_script b/build_script new file mode 100755 index 0000000..a7f70e7 --- /dev/null +++ b/build_script @@ -0,0 +1,6 @@ +#!/bin/bash + +# This script is called from linux folder +cd ../measure_scripts + +./30-compile diff --git a/conf.py b/conf.py index f9f8932..70ef28f 100644 --- a/conf.py +++ b/conf.py @@ -14,7 +14,7 @@ kernel_env = {'SRCARCH': kernel_arch, 'ARCH': kernel_arch, 'KERNELVERSION': kern linux_make_args = ['-j8'] # build_command # Command executed for kernel build in linux folder. -build_command = ['measure_scripts/30-compile'] +build_command = ['../build_script'] # novaboot_args # These are arguments passed to Novaboot, -- cgit v1.2.3