diff options
Diffstat (limited to 'targets')
-rw-r--r-- | targets/ryuglab/conf.py | 2 |
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'] |