summaryrefslogtreecommitdiffstats
path: root/sys/modules/random_yarrow/Makefile
blob: 1750af445500214a055b8d18be699c154501eff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.PATH:	${.CURDIR}/../../dev/random

KMOD	= random_yarrow
SRCS	= randomdev.c hash.c yarrow.c
SRCS	+= opt_param.h bus_if.h device_if.h
SRCS	+= opt_ddb.h
CFLAGS	+= -DRANDOM_LOADABLE

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud