diff options
| author | Josef Gajdusek | 2015-05-18 18:35:25 +0200 |
|---|---|---|
| committer | Paul Sokolovsky | 2015-05-26 22:18:07 +0300 |
| commit | 59610c400480891c3c6cd29814fdf67a80ac3b69 (patch) | |
| tree | 99b14ce478d8405afff91e572a569f2ef189ba2d /esp8266/Makefile | |
| parent | fabe79f7afe6f4ee0bdc8ad41c83acb2a0e9eac8 (diff) | |
esp8266: Add uos module
Currently implements only .uname()
Diffstat (limited to 'esp8266/Makefile')
| -rw-r--r-- | esp8266/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile index 8d6cd167e..d7f840b82 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -59,6 +59,7 @@ SRC_C = \ modpybrtc.c \ modesp.c \ modutime.c \ + moduos.c \ utils.c \ $(BUILD)/frozen.c \ |
