From 0ec51441de4db3fc776b1f2013005391caa910d3 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 31 Oct 2015 19:35:10 +0300 Subject: stmhal: pyexec.c is common module, move to lib/utils/ . --- minimal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minimal') diff --git a/minimal/Makefile b/minimal/Makefile index 619d24952..1fe7b9dbc 100644 --- a/minimal/Makefile +++ b/minimal/Makefile @@ -45,7 +45,7 @@ SRC_C = \ uart_core.c \ uart_extra.c \ stmhal/printf.c \ - stmhal/pyexec.c \ + lib/utils/pyexec.c \ lib/libc/string0.c \ lib/mp-readline/readline.c \ -- cgit v1.2.3