mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 19:05:21 +00:00
Naming convention of the OS requires the use of underscores (_) for filenames instead of dashes (-). Change-Id: I62b615f1f336e839cbbef2c3721c1926afe76457 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
3 lines
115 B
Makefile
3 lines
115 B
Makefile
obj-$(CONFIG_TIMER_RANDOM_GENERATOR) = rand32_timer.o
|
|
obj-$(CONFIG_X86_TSC_RANDOM_GENERATOR) += rand32_timestamp.o
|