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/ . --- pic16bit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pic16bit') diff --git a/pic16bit/Makefile b/pic16bit/Makefile index 309b47b79..a16a26386 100644 --- a/pic16bit/Makefile +++ b/pic16bit/Makefile @@ -41,7 +41,7 @@ SRC_C = \ modpybled.c \ modpybswitch.c \ stmhal/pybstdio.c \ - stmhal/pyexec.c \ + lib/utils/pyexec.c \ lib/mp-readline/readline.c \ SRC_S = \ -- cgit v1.2.3