From 9ca8696a489b5c16a2239213919c9e8b7f8c55d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 19 Aug 2015 21:44:16 +0200 Subject: Fix wrong input type to compare_text in register_conf --- targets/ryuglab/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'targets/ryuglab') diff --git a/targets/ryuglab/conf.py b/targets/ryuglab/conf.py index 2ed474f..11d8a14 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 = ['make'] +build_command = ['make', 'uImage'] boot_command = ['targets/ryuglab/boot/boot'] parse_command = ['tests/cyclictest/parse'] -- cgit v1.2.3