diff options
| author | Damien George | 2015-01-01 21:16:58 +0000 |
|---|---|---|
| committer | Damien George | 2015-01-01 21:16:58 +0000 |
| commit | fe7d542352738e14c6d03bcc55b1e89b4e7c5c96 (patch) | |
| tree | 4a65542c39f0c8a9fb2ede8768acd8333a772a81 /esp8266/Makefile | |
| parent | 4ef4ffe1c563c1f1c91d49667cc31f3603f756d1 (diff) | |
esp8266: Prefix includes with py/; remove need for -I../py.
Diffstat (limited to 'esp8266/Makefile')
| -rw-r--r-- | esp8266/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/esp8266/Makefile b/esp8266/Makefile index 5288e97d2..9ca514e43 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -12,7 +12,6 @@ ESP_SDK = $(shell $(CC) -print-sysroot)/usr INC = -I. INC += -I.. -INC += -I$(PY_SRC) INC += -I../stmhal INC += -I$(BUILD) INC += -I$(ESP_SDK)/include |
