cmake: fix build of the entropy drivers

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
Johann Fischer 2017-11-11 23:34:32 +01:00 committed by Anas Nashif
commit a14dd6309e
4 changed files with 4 additions and 13 deletions

View file

@ -29,5 +29,5 @@ add_subdirectory_ifdef(CONFIG_AIO_COMPARATOR aio)
add_subdirectory_ifdef(CONFIG_BT bluetooth)
add_subdirectory_ifdef(CONFIG_NETWORKING net)
add_subdirectory_ifdef(CONFIG_NET_L2_ETHERNET ethernet)
add_subdirectory_ifdef(CONFIG_RANDOM_GENERATOR random)
add_subdirectory_ifdef(CONFIG_ENTROPY_GENERATOR entropy)
add_subdirectory_ifdef(CONFIG_SYS_CLOCK_EXISTS timer)