Skip to content
Snippets Groups Projects
Commit d96e6b14 authored by Damien George's avatar Damien George
Browse files

esp8266: Make default ESP_SDK variable work correctly.

When esp-open-sdk is built with STANDALONE=y (the default) then ESP_SDK
is set to the correct value, so that "make" just works.
parent 722fab7c
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ include ../py/py.mk
PORT = /dev/ttyACM0
CROSS_COMPILE = xtensa-lx106-elf-
ESP_SDK = $(shell $(CC) -print-sysroot)/..
ESP_SDK = $(shell $(CC) -print-sysroot)/usr
INC = -I.
INC += -I$(PY_SRC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment