blob: d7b080ae04d58af511f340f567e0675133bc495f [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
if (CONFIG_TASK_WDT_DUMMY)
zephyr_sources(task_wdt_dummy.c)
message(WARNING "Dummy Task Watchdog implementation is enabled.")
else()
zephyr_sources_ifdef(CONFIG_TASK_WDT task_wdt.c)
endif()
zephyr_sources_ifdef(CONFIG_TASK_WDT_SHELL task_wdt_shell.c)