freebsd-dev/sys/modules/qat_c2xxx/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
197 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/qat_c2xxx
KMOD= qat_c2xxx
SRCS= qat.c \
qat_ae.c \
qat_c2xxx.c \
qat_hw15.c
SRCS+= bus_if.h cryptodev_if.h device_if.h pci_if.h
.include <bsd.kmod.mk>