mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 15:52:40 -04:00
18 lines
289 B
Makefile
18 lines
289 B
Makefile
|
|
CXGBE= ${SRCTOP}/sys/dev/cxgbe
|
|
.PATH: ${CXGBE}/crypto
|
|
|
|
KMOD= ccr
|
|
|
|
SRCS= t4_crypto.c
|
|
SRCS+= bus_if.h
|
|
SRCS+= device_if.h
|
|
SRCS+= cryptodev_if.h
|
|
SRCS+= pci_if.h
|
|
|
|
CFLAGS+= -I${CXGBE}
|
|
|
|
MFILES= kern/bus_if.m kern/device_if.m opencrypto/cryptodev_if.m \
|
|
dev/pci/pci_if.m
|
|
|
|
.include <bsd.kmod.mk>
|