aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
Diffstat (limited to 'targets')
-rw-r--r--targets/ryuglab/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/ryuglab/conf.py b/targets/ryuglab/conf.py
index 55f76e7..986f49f 100644
--- a/targets/ryuglab/conf.py
+++ b/targets/ryuglab/conf.py
@@ -3,6 +3,7 @@
# contains "ryuglab"
kernel_arch = 'powerpc'
+kernel_env = {'SRCARCH': kernel_arch, 'ARCH': kernel_arch, 'KERNELVERSION': kernel_arch}
build_command = ['../targets/ryuglab/scripts/compile']
boot_command = ['targets/ryuglab/scripts/boot']
parse_command = ['tests/cyclictest/parse']