diff --git a/examples/c-examples/xtensa-esp32/Makefile b/examples/c-examples/xtensa-esp32/Makefile index e9b4a62..9eb2cf5 100644 --- a/examples/c-examples/xtensa-esp32/Makefile +++ b/examples/c-examples/xtensa-esp32/Makefile @@ -14,9 +14,6 @@ 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.)