diff options
| author | Paul Sokolovsky | 2015-10-19 18:22:16 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2015-10-19 18:32:42 +0300 |
| commit | e0f5df579b6cf0410b9693f9a75d9b50a0de350e (patch) | |
| tree | 827369bd42736be5012f13066db935ac72f5141c /py | |
| parent | 8ee153f23429b63878d740168695cde3fb2a1497 (diff) | |
all: Make netutils.h available to all ports by default.
Generally, ports should inherit INC from py.mk, append to it, not
overwrite it. TODO: Likely should do the same for other vars too.
Diffstat (limited to 'py')
| -rw-r--r-- | py/py.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ PY_QSTR_DEFS = $(PY_SRC)/qstrdefs.h # some code is performance bottleneck and compiled with other optimization options CSUPEROPT = -O3 +INC += -I../lib/netutils + ifeq ($(MICROPY_PY_USSL),1) CFLAGS_MOD += -DMICROPY_PY_USSL=1 -I../lib/axtls/ssl -I../lib/axtls/crypto -I../lib/axtls/config LDFLAGS_MOD += -L../lib/axtls/_stage -laxtls |
