From e0f5df579b6cf0410b9693f9a75d9b50a0de350e Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 19 Oct 2015 18:22:16 +0300 Subject: 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. --- esp8266/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'esp8266/Makefile') diff --git a/esp8266/Makefile b/esp8266/Makefile index 701933506..b06f6787a 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -14,7 +14,7 @@ BAUD = 115200 CROSS_COMPILE = xtensa-lx106-elf- ESP_SDK = $(shell $(CC) -print-sysroot)/usr -INC = -I. +INC += -I. INC += -I.. INC += -I../stmhal INC += -I../lib/mp-readline -- cgit v1.2.3