summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-12-29 01:02:19 +0000
committerDamien George <damien.p.george@gmail.com>2014-12-29 01:02:19 +0000
commit9ddbe291c4217873b7f50dc03c025aa0c9ffee3d (patch)
treeb5dd73487e5c59dcf5b3016893ee890f2455d1d6 /esp8266
parentf89d659e3b587fb806d20f5f243f5ed79ed19a5d (diff)
downloadmicropython-9ddbe291c4217873b7f50dc03c025aa0c9ffee3d.tar.gz
micropython-9ddbe291c4217873b7f50dc03c025aa0c9ffee3d.zip
py: Add include guards to mpconfig,misc,qstr,obj,runtime,parsehelper.
Diffstat (limited to 'esp8266')
-rw-r--r--esp8266/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile
index 7efb0ca50d..5288e97d26 100644
--- a/esp8266/Makefile
+++ b/esp8266/Makefile
@@ -11,6 +11,7 @@ CROSS_COMPILE = xtensa-lx106-elf-
ESP_SDK = $(shell $(CC) -print-sysroot)/usr
INC = -I.
+INC += -I..
INC += -I$(PY_SRC)
INC += -I../stmhal
INC += -I$(BUILD)