boards/xtensa/esp32/esp32-core/src/Makefile: Fix another problem from the big reorganization noted in Issue 168.

This commit is contained in:
Gregory Nutt 2019-09-20 11:57:36 -06:00
parent 500739de3a
commit 6d557386f5
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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 =