summaryrefslogtreecommitdiffstats
path: root/sys/modules/ep
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-11-24 17:04:51 +0000
committermarkm <markm@FreeBSD.org>2000-11-24 17:04:51 +0000
commitca4258e27f99dd277c23b5dcaadad496a5ecd45c (patch)
tree8de0deddbcf963e44ae2a8b76a34e40dee1b6294 /sys/modules/ep
parentc51f388bcb937e23c0cfbe2b8a47e85d9ac8c240 (diff)
downloadFreeBSD-src-ca4258e27f99dd277c23b5dcaadad496a5ecd45c.zip
FreeBSD-src-ca4258e27f99dd277c23b5dcaadad496a5ecd45c.tar.gz
Add a module makefile for if_ep.
This is not enabled by default, as the module is missing a bunch of useful stuff (like the ability to unload). Not objected to by: mdodd
Diffstat (limited to 'sys/modules/ep')
-rw-r--r--sys/modules/ep/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/ep/Makefile b/sys/modules/ep/Makefile
new file mode 100644
index 0000000..8dd8f5f
--- /dev/null
+++ b/sys/modules/ep/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/ep
+.PATH: ${.CURDIR}/../../i386/isa
+
+KMOD = if_ep
+SRCS = if_ep.c if_ep_pccard.c elink.c
+SRCS += if_ep_isa.c
+#SRCS += if_ep_eisa.c
+#SRCS += if_ep_mca.c
+
+SRCS += opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud