aboutsummaryrefslogtreecommitdiff
path: root/ports/esp8266/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports/esp8266/Makefile')
-rw-r--r--ports/esp8266/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp8266/Makefile b/ports/esp8266/Makefile
index f534eb689..9a7476c10 100644
--- a/ports/esp8266/Makefile
+++ b/ports/esp8266/Makefile
@@ -39,7 +39,7 @@ PORT ?= /dev/ttyACM0
BAUD ?= 115200
FLASH_MODE ?= qio
FLASH_SIZE ?= detect
-CROSS_COMPILE = xtensa-lx106-elf-
+CROSS_COMPILE ?= xtensa-lx106-elf-
ESP_SDK = $(shell $(CC) -print-sysroot)/usr
INC += -I.