diff options
author | Damien George <damien.p.george@gmail.com> | 2014-12-29 01:02:19 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-12-29 01:02:19 +0000 |
commit | 9ddbe291c4217873b7f50dc03c025aa0c9ffee3d (patch) | |
tree | b5dd73487e5c59dcf5b3016893ee890f2455d1d6 /esp8266 | |
parent | f89d659e3b587fb806d20f5f243f5ed79ed19a5d (diff) | |
download | micropython-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/Makefile | 1 |
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) |