mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 02:45:42 +00:00
The various other KSDK shim drivers follow the name pattern <DEVICE>_KSDK, renaming the RANDOM driver to follow the pattern. Change-Id: I89409083f94c0990129726e70a964b02e0dc2802 Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
4 lines
163 B
Makefile
4 lines
163 B
Makefile
obj-$(CONFIG_RANDOM_KSDK) += rand32_ksdk_rnga.o
|
|
obj-$(CONFIG_TIMER_RANDOM_GENERATOR) = rand32_timer.o
|
|
obj-$(CONFIG_X86_TSC_RANDOM_GENERATOR) += rand32_timestamp.o
|