boards/xtensa/esp32/esp32-core/src/Makefile: Fix another problem from the big reorganization noted in Issue 168.
This commit is contained in:
parent
500739de3a
commit
6d557386f5
@ -277,7 +277,7 @@ OpenOCD for the ESP32
|
||||
to reflect the physical JTAG adapter connected.
|
||||
|
||||
NOTE: A copy of this OpenOCD configuration file available in the NuttX
|
||||
source tree at nuttx/boards/tensa/esp32/esp32-core/scripts/esp32.cfg . It has these
|
||||
source tree at nuttx/boards/xtensa/esp32/esp32-core/scripts/esp32.cfg . It has these
|
||||
modifications:
|
||||
|
||||
- The referenced "set ESP32_RTOS none" line has been uncommented
|
||||
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* boards/xtensa/esp23/esp32-core/scripts/esp32.template
|
||||
* boards/xtensa/esp32/esp32-core/scripts/esp32.template
|
||||
* ESP32 Linker Script Memory Layout
|
||||
*
|
||||
* This file describes the memory layout (memory blocks) as virtual
|
||||
|
@ -35,7 +35,8 @@
|
||||
|
||||
-include $(TOPDIR)/Make.defs
|
||||
|
||||
SCRIPTDIR = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)scripts
|
||||
SCRIPTDIR = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)scripts
|
||||
|
||||
CONFIGFILE = $(TOPDIR)$(DELIM)include$(DELIM)nuttx$(DELIM)config.h
|
||||
|
||||
ASRCS =
|
||||
|
Loading…
Reference in New Issue
Block a user