blob: 7d9d688b6ed982bd03b8b1a03193f4b22e116399 [file] [log] [blame]
# Copyright 2022 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
# This file is included to warn the user about any deprecated modules
# they are using. To create a warning, follow the pattern:
#
# if(CONFIG_FOO)
# message(WARNING "The foo module is deprecated. <More information>")
# endif()
#
# This is done in a separate CMake file because the modules.cmake file
# in this same directory is evaluated before Kconfig runs.
if(CONFIG_CIVETWEB)
message(WARNING "The civetweb module is deprecated. \
Unless someone volunteers to maintain this module, \
support for it will be removed in Zephyr v3.2."
)
endif()