diff options
author | Karel Kočí <cynerd@email.cz> | 2015-08-19 17:32:36 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-19 17:32:36 +0200 |
commit | 8037ccda368253b8d5ac9b89c9da74b069da508d (patch) | |
tree | 8ce4c339c69f46b71828cc2da23109b126abddfb /targets | |
parent | 609003a3090a0eb312cf1d0f007339377e104efb (diff) | |
download | linux-conf-perf-8037ccda368253b8d5ac9b89c9da74b069da508d.tar.gz linux-conf-perf-8037ccda368253b8d5ac9b89c9da74b069da508d.tar.bz2 linux-conf-perf-8037ccda368253b8d5ac9b89c9da74b069da508d.zip |
Fix build command for ryuglab target
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'] |