aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hifn
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2002-10-04 20:35:23 +0000
committerSam Leffler <sam@FreeBSD.org>2002-10-04 20:35:23 +0000
commit2fab41743846829f535f26a3dbd84fad5766ae8e (patch)
tree561983eb616df49c2795cacdee726ad85594d440 /sys/modules/hifn
parentaed23bc4ceaab17b4717b9f4dab300cd372f801b (diff)
downloadsrc-2fab41743846829f535f26a3dbd84fad5766ae8e.tar.gz
src-2fab41743846829f535f26a3dbd84fad5766ae8e.zip
module for hifn driver
Notes
Notes: svn path=/head/; revision=104482
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 000000000000..c27f2ee06982
--- /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>