diff --git a/examples/c-examples/xtensa-esp32/Makefile b/examples/c-examples/xtensa-esp32/Makefile index 9eb2cf5..e9b4a62 100644 --- a/examples/c-examples/xtensa-esp32/Makefile +++ b/examples/c-examples/xtensa-esp32/Makefile @@ -14,6 +14,9 @@ LD = $(TOOLCHAIN)ld OC = $(TOOLCHAIN)objcopy OS = $(TOOLCHAIN)size +# Linker script location. +LDSCRIPT = ./ld/esp32.ld + # Set C/LD/AS flags. CFLAGS += $(INC) -Wall -Werror -std=gnu11 -nostdlib $(CFLAGS_PLATFORM) $(COPT) # (Allow access to the same memory location w/ different data widths.)