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:
Adithya Baglody 2018-05-24 10:53:35 +05:30 committed by Anas Nashif
commit 8c812900e1
2 changed files with 2 additions and 2 deletions

View file

@ -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)