From 8037ccda368253b8d5ac9b89c9da74b069da508d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 19 Aug 2015 17:32:36 +0200 Subject: Fix build command for ryuglab target --- targets/ryuglab/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'targets/ryuglab/conf.py') 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'] -- cgit v1.2.3