opnsense-src/sys/modules/cxgbe/ccr/Makefile
Warner Losh 031beb4e23 sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:58 -06:00

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>