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