cmake: Fix build of entropy driver for MCUX TRNG

Signed-off-by: David Leach <david.leach@nxp.com>
This commit is contained in:
David Leach 2017-11-13 14:51:59 -06:00 committed by Anas Nashif
parent ade26a09fc
commit 513ce10da8

View File

@ -1,5 +1,5 @@
zephyr_sources_ifdef(CONFIG_ENTROPY_ESP32_RNG entropy_esp32.c)
zephyr_sources_ifdef(CONFIG_ENTROPY_MCUX_RNGA entropy_mcux_rnga.c)
zephyr_sources_ifdef(CONFIG_ENTROPY_MCUX_TNGA entropy_mcux_trng.c)
zephyr_sources_ifdef(CONFIG_ENTROPY_MCUX_TRNG entropy_mcux_trng.c)
zephyr_sources_ifdef(CONFIG_ENTROPY_STM32_RNG entropy_stm32_rng.c)
zephyr_sources_ifdef(CONFIG_USERSPACE entropy_handlers.c)