boards/xtensa/esp32/esp32-core/scripts/esp32.template: Rename the file

to have it automatically syntax highlited in editors.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2020-09-14 16:16:20 +01:00 committed by Xiang Xiao
parent b1f851c987
commit f1b74fe421
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/****************************************************************************
* boards/xtensa/esp32/esp32-core/scripts/esp32.template
* boards/xtensa/esp32/esp32-core/scripts/esp32.template.ld
* ESP32 Linker Script Memory Layout
*
* This file describes the memory layout (memory blocks) as virtual

View File

@ -57,7 +57,7 @@ ifeq ($(CONFIG_ESP32_SPIFLASH),y)
CSRCS += esp32_spiflash.c
endif
SCRIPTIN = $(SCRIPTDIR)$(DELIM)esp32.template
SCRIPTIN = $(SCRIPTDIR)$(DELIM)esp32.template.ld
SCRIPTOUT = $(SCRIPTDIR)$(DELIM)esp32_out.ld
EXTRA_DISTCLEAN = $(call DELFILE, $(SCRIPTOUT))