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
@ -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…
Reference in New Issue
Block a user