]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgbe/ccr/Makefile
MFV r357712: file 5.38.
[FreeBSD/FreeBSD.git] / sys / modules / cxgbe / ccr / Makefile
1 # $FreeBSD$
2
3 CXGBE=  ${SRCTOP}/sys/dev/cxgbe
4 .PATH: ${CXGBE}/crypto
5
6 KMOD=   ccr
7
8 SRCS=   t4_crypto.c
9 SRCS+=  bus_if.h
10 SRCS+=  device_if.h
11 SRCS+=  cryptodev_if.h
12 SRCS+=  pci_if.h
13
14 CFLAGS+= -I${CXGBE}
15
16 MFILES= kern/bus_if.m kern/device_if.m opencrypto/cryptodev_if.m \
17         dev/pci/pci_if.m
18
19 .include <bsd.kmod.mk>