diff options
| author | Damien George | 2014-03-25 14:18:18 +0000 |
|---|---|---|
| committer | Damien George | 2014-03-25 14:18:18 +0000 |
| commit | caac542b235003f7b79d7aa23eaebe8f2c772508 (patch) | |
| tree | f70b42312f091b10c9e3d871fe1a70d573e7cba4 /stmhal/Makefile | |
| parent | 1dfde891e3e26543da6d42215da6a23c32b0a8bc (diff) | |
Proper support for registering builtin modules in ROM.
Comes with some refactoring of code and renaming of files. All modules
are now named mod*.[ch].
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index 7896849c6..1c9ea5531 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -74,9 +74,9 @@ SRC_C = \ pyexec.c \ help.c \ input.c \ - pybmodule.c \ - osmodule.c \ - timemodule.c \ + modpyb.c \ + modos.c \ + modtime.c \ import.c \ lexerfatfs.c \ gpio.c \ |
