arch/xtensa/src/esp32/Make.defs: Don't condition including the low level
WDT driver with the upper layer driver. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
3ba5018b37
commit
56713e0304
1 changed files with 2 additions and 2 deletions
|
|
@ -162,10 +162,10 @@ ifeq ($(CONFIG_ESP32_PARTITION),y)
|
|||
CHIP_CSRCS += esp32_partition.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_WATCHDOG),y)
|
||||
CHIP_CSRCS += esp32_wtd_lowerhalf.c
|
||||
ifeq ($(CONFIG_ESP32_WDT),y)
|
||||
CHIP_CSRCS += esp32_wtd.c
|
||||
ifeq ($(CONFIG_WATCHDOG),y)
|
||||
CHIP_CSRCS += esp32_wtd_lowerhalf.c
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue