aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-08-19 17:32:36 +0200
committerKarel Kočí <cynerd@email.cz>2015-08-19 17:32:36 +0200
commit8037ccda368253b8d5ac9b89c9da74b069da508d (patch)
tree8ce4c339c69f46b71828cc2da23109b126abddfb
parent609003a3090a0eb312cf1d0f007339377e104efb (diff)
downloadlinux-conf-perf-8037ccda368253b8d5ac9b89c9da74b069da508d.tar.gz
linux-conf-perf-8037ccda368253b8d5ac9b89c9da74b069da508d.tar.bz2
linux-conf-perf-8037ccda368253b8d5ac9b89c9da74b069da508d.zip
Fix build command for ryuglab target
-rw-r--r--targets/ryuglab/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/ryuglab/conf.py b/targets/ryuglab/conf.py
index d9dfa20..5187069 100644
--- a/targets/ryuglab/conf.py
+++ b/targets/ryuglab/conf.py
@@ -4,7 +4,7 @@
kernel_arch = 'powerpc'
kernel_env = {'SRCARCH': kernel_arch, 'ARCH': kernel_arch, 'KERNELVERSION': kernel_arch}
-build_command = ['../targets/ryuglab/scripts/compile']
+build_command = ['../scripts/compile']
boot_command = ['targets/ryuglab/scripts/boot']
parse_command = ['tests/cyclictest/parse']