diff options
Diffstat (limited to 'docs/develop/porting.rst')
| -rw-r--r-- | docs/develop/porting.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/develop/porting.rst b/docs/develop/porting.rst index bc25f47ed..3d0553205 100644 --- a/docs/develop/porting.rst +++ b/docs/develop/porting.rst @@ -95,6 +95,7 @@ We also need a Makefile at this point for the port: # Include py core make definitions. include $(TOP)/py/py.mk + include $(TOP)/extmod/extmod.mk # Set CFLAGS and libraries. CFLAGS = -I. -I$(BUILD) -I$(TOP) |
