aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/random_other/Makefile
blob: 2add4bfe048c1eac4dd95e9ab5475e0ee3e01907 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

.PATH:	${SRCTOP}/sys/dev/random

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

.include <bsd.kmod.mk>