summaryrefslogtreecommitdiffstats
path: root/sys/modules/random/Makefile
blob: 6bf47f269f6313a77f2b2ddb22142a9a290a6468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

.PATH: ${.CURDIR}/../../dev/random
.PATH: ${.CURDIR}/../../crypto/rijndael
.PATH: ${.CURDIR}/../../crypto/sha2

KMOD=	random
SRCS=	randomdev.c
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
SRCS+=	nehemiah.c
SRCS+=	ivy.c
.endif
SRCS+=	randomdev_soft.c yarrow.c hash.c
SRCS+=	random_harvestq.c live_entropy_sources.c rwfile.c
SRCS+=	rijndael-alg-fst.c rijndael-api-fst.c sha2.c sha256c.c
SRCS+=	bus_if.h device_if.h vnode_if.h opt_cpu.h opt_random.h

CFLAGS+= -I${.CURDIR}/../..

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