summaryrefslogtreecommitdiffstats
path: root/sys/modules/hea
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2002-06-03 09:13:53 +0000
committermdodd <mdodd@FreeBSD.org>2002-06-03 09:13:53 +0000
commitcf74b6b5770ec17ceac1a1a01030dc8fb85afbfb (patch)
tree43442395b6d51ab9ab250ead8894af6099ac487e /sys/modules/hea
parentff7e1ba7e507ad564da055c65c5548c9c3c16fd4 (diff)
downloadFreeBSD-src-cf74b6b5770ec17ceac1a1a01030dc8fb85afbfb.zip
FreeBSD-src-cf74b6b5770ec17ceac1a1a01030dc8fb85afbfb.tar.gz
Build a 'hea_pci' driver module.
Diffstat (limited to 'sys/modules/hea')
-rw-r--r--sys/modules/hea/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/hea/Makefile b/sys/modules/hea/Makefile
new file mode 100644
index 0000000..368efae
--- /dev/null
+++ b/sys/modules/hea/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/hea
+
+KMOD= hea_pci
+SRCS= hea_pci.c pci_if.h device_if.h bus_if.h
+SRCS+= hea_freebsd.c \
+ eni.c eni_globals.c eni_init.c eni_receive.c eni_vcm.c \
+ eni_buffer.c eni_if.c eni_intr.c eni_transmit.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud