You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#
|
|
|
|
# Makefile for HW Random Number Generator (RNG) device drivers.
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_HW_RANDOM) += core.o
|
|
|
|
obj-$(CONFIG_HW_RANDOM_INTEL) += intel-rng.o
|
|
|
|
obj-$(CONFIG_HW_RANDOM_AMD) += amd-rng.o
|