py: Support to build berkeley db 1.85 and "btree" module.

This commit is contained in:
Paul Sokolovsky
2016-06-15 00:52:45 +03:00
parent 06b783cf58
commit 337111ba9e
3 changed files with 29 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ extern const mp_obj_module_t mp_module_lwip;
extern const mp_obj_module_t mp_module_websocket;
extern const mp_obj_module_t mp_module_webrepl;
extern const mp_obj_module_t mp_module_framebuf;
extern const mp_obj_module_t mp_module_btree;
// extmod functions
MP_DECLARE_CONST_FUN_OBJ(pyb_mount_obj);