From 1a37cc0e3fed15084448f01a54f1e9f58fe9a4cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Fran=C3=A7ois=20Nguyen?= Date: Thu, 9 Apr 2020 18:38:23 +0200 Subject: [PATCH] soc.cpu: log build output to stderr --- lambdasoc/soc/cpu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambdasoc/soc/cpu.py b/lambdasoc/soc/cpu.py index dac9624..d0f2262 100644 --- a/lambdasoc/soc/cpu.py +++ b/lambdasoc/soc/cpu.py @@ -73,7 +73,7 @@ class BIOSBuilder(ConfigBuilder): r""" build={{build_dir}} KCONFIG_CONFIG={{build_dir}}/{{name}}.config - make -C {{software_dir}}/bios + make -C {{software_dir}}/bios 1>&2 """, ] -- 2.30.2