diff options
| author | Paul Sokolovsky | 2015-10-31 19:35:10 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2015-10-31 19:35:10 +0300 |
| commit | 0ec51441de4db3fc776b1f2013005391caa910d3 (patch) | |
| tree | c2212c4c0ab2898a793e9e806c41170ef4e9e2e1 /minimal/Makefile | |
| parent | 731f359292c0e2630873df1a19c5baac7287024f (diff) | |
stmhal: pyexec.c is common module, move to lib/utils/ .
Diffstat (limited to 'minimal/Makefile')
| -rw-r--r-- | minimal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
