Skip to content

Commit

Permalink
Fix Makefile, delete LDSCRIPT variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem-Nesterenko2005 committed Oct 30, 2024
1 parent 17a833c commit 611479e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/c-examples/xtensa-esp32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit 611479e

Please sign in to comment.