aboutsummaryrefslogtreecommitdiff
path: root/targets/ryuglab/conf.py
diff options
context:
space:
mode:
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'