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 c8e17a3..8ab26ac 100644
--- a/targets/ryuglab/conf.py
+++ b/targets/ryuglab/conf.py
@@ -21,8 +21,8 @@ kernel_make_output = False
boot_output = False
parse_output = False
+test_config_cyclictest = '/targets/ryuglab/cyclictest_config'
linux_sources = 'targets/ryuglab/linux/'
-linux_kconfig_head = linux_sources + 'Kconfig'
-linux_dot_config = linux_sources + '.config'
+linux_build_folder = linux_sources
linux_image = linux_sources + 'arch/' + kernel_arch + '/boot/uImage'