aboutsummaryrefslogtreecommitdiff
path: root/targets/ryuglab/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-08-19 18:34:50 +0200
committerKarel Kočí <cynerd@email.cz>2015-08-19 18:39:21 +0200
commitcdc75b8c0f2459a4efc39a65dd51252ee8ec7280 (patch)
tree86e5344c3d37df346ee6a3b8cd9629db0e6e4e99 /targets/ryuglab/conf.py
parent6561f37a68180a80a5fb69b904b0d996467a3f77 (diff)
downloadlinux-conf-perf-cdc75b8c0f2459a4efc39a65dd51252ee8ec7280.tar.gz
linux-conf-perf-cdc75b8c0f2459a4efc39a65dd51252ee8ec7280.tar.bz2
linux-conf-perf-cdc75b8c0f2459a4efc39a65dd51252ee8ec7280.zip
Move boot and remove compile script
Compile script is not required if we use GNUmakefile. Holding script folder only because of boot script makes no sense.
Diffstat (limited to 'targets/ryuglab/conf.py')
-rw-r--r--targets/ryuglab/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/ryuglab/conf.py b/targets/ryuglab/conf.py
index 5187069..2ed474f 100644
--- a/targets/ryuglab/conf.py
+++ b/targets/ryuglab/conf.py
@@ -4,8 +4,8 @@
kernel_arch = 'powerpc'
kernel_env = {'SRCARCH': kernel_arch, 'ARCH': kernel_arch, 'KERNELVERSION': kernel_arch}
-build_command = ['../scripts/compile']
-boot_command = ['targets/ryuglab/scripts/boot']
+build_command = ['make']
+boot_command = ['targets/ryuglab/boot/boot']
parse_command = ['tests/cyclictest/parse']
db_user = 'kocikare'