drivers: entropy: Remove usage of zephyr_library_ifdef
Phasing out the usage of this cmake macro from the drivers/entropy folder. Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
This commit is contained in:
parent
963a0bee8d
commit
8c812900e1
2 changed files with 2 additions and 2 deletions
|
@ -34,5 +34,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_ENTROPY_GENERATOR entropy)
|
||||
add_subdirectory_ifdef(CONFIG_ENTROPY_HAS_DRIVER entropy)
|
||||
add_subdirectory_ifdef(CONFIG_SYS_CLOCK_EXISTS timer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue