@ -2,4 +2,5 @@
#
# SPDX-License-Identifier: GPL-3.0-only
idf_component_register(SRCS INCLUDE_DIRS "include" REQUIRES "memory")
idf_component_register(
SRCS "random.cpp" INCLUDE_DIRS "include" REQUIRES "memory" "komihash")