mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
The aeskeys_{amd64,i386}.S content was mostly obtained from OpenBSD,
no objections to the license from core.
Hardware provided by: Sentex Communications
Tested by: fabient, pho (previous versions)
MFC after: 1 month
10 lines
234 B
Makefile
10 lines
234 B
Makefile
# $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>
|