Makefile 148 B

123456
  1. #
  2. # Makefile for HW Random Number Generator (RNG) device drivers.
  3. #
  4. obj-$(CONFIG_HW_RANDOM) += core.o
  5. obj-$(CONFIG_HW_RANDOM_INTEL) += intel-rng.o