module for ubsec crypto driver
This commit is contained in:
parent
109cbe34c8
commit
ad2116d998
9
sys/modules/ubsec/Makefile
Normal file
9
sys/modules/ubsec/Makefile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
.PATH: ${.CURDIR}/../../dev/ubsec
|
||||||
|
KMOD = ubsec
|
||||||
|
SRCS = ubsec.c
|
||||||
|
SRCS += device_if.h bus_if.h pci_if.h
|
||||||
|
SRCS += opt_bdg.h opt_bus.h opt_pci.h crypto_if.h
|
||||||
|
|
||||||
|
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user