module for hifn driver

This commit is contained in:
Sam Leffler 2002-10-04 20:35:23 +00:00
parent aed23bc4ce
commit 2fab417438
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104482

View file

@ -0,0 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/hifn
KMOD = hifn
SRCS = hifn7751.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>