summaryrefslogtreecommitdiffstats
path: root/sys/modules/hifn
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2002-10-04 20:35:23 +0000
committersam <sam@FreeBSD.org>2002-10-04 20:35:23 +0000
commit109cbe34c89737a97fa07f7f4fcf4de5e8de22cd (patch)
tree561983eb616df49c2795cacdee726ad85594d440 /sys/modules/hifn
parentf42003f8d160653e1d6b511b6781f4a863819d33 (diff)
downloadFreeBSD-src-109cbe34c89737a97fa07f7f4fcf4de5e8de22cd.zip
FreeBSD-src-109cbe34c89737a97fa07f7f4fcf4de5e8de22cd.tar.gz
module for hifn driver
Diffstat (limited to 'sys/modules/hifn')
-rw-r--r--sys/modules/hifn/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/hifn/Makefile b/sys/modules/hifn/Makefile
new file mode 100644
index 0000000..c27f2ee
--- /dev/null
+++ b/sys/modules/hifn/Makefile
@@ -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>
OpenPOWER on IntegriCloud