zephyr/samples/drivers/entropy/Makefile
Leandro Pereira da9b0ddf5b drivers: Rename random to entropy
This should clear up some of the confusion with random number
generators and drivers that obtain entropy from the hardware.  Also,
many hardware number generators have limited bandwidth, so it's natural
for their output to be only used for seeding a random number generator.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2017-11-01 08:26:29 -04:00

5 lines
77 B
Makefile

BOARD ?= frdm_k64f
CONF_FILE = prj.conf
include ${ZEPHYR_BASE}/Makefile.inc