aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/aesni/Makefile
blob: 9e25a4684f579c8e772396ce497f7719f4215fd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

.PATH: ${.CURDIR}/../../crypto/aesni

KMOD=	aesni
SRCS=	aesni.c aesni_wrap.c
SRCS+=	aesencdec_${MACHINE_CPUARCH}.S aeskeys_${MACHINE_CPUARCH}.S
SRCS+=	device_if.h bus_if.h opt_bus.h cryptodev_if.h

.include <bsd.kmod.mk>