summaryrefslogtreecommitdiffstats
path: root/sys/modules/twe
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-05-24 23:41:26 +0000
committermsmith <msmith@FreeBSD.org>2000-05-24 23:41:26 +0000
commitd8065605ba18ac6099ff6a6d339fa300e1577173 (patch)
tree8e2d8c74ca6b77f21450b60fb6e7313ff1ab5a2e /sys/modules/twe
parent6983983f2c0071adeef9a333c52545dce0276012 (diff)
downloadFreeBSD-src-d8065605ba18ac6099ff6a6d339fa300e1577173.zip
FreeBSD-src-d8065605ba18ac6099ff6a6d339fa300e1577173.tar.gz
Add the 'twe' driver module makefile.
Diffstat (limited to 'sys/modules/twe')
-rw-r--r--sys/modules/twe/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/modules/twe/Makefile b/sys/modules/twe/Makefile
new file mode 100644
index 0000000..7142344
--- /dev/null
+++ b/sys/modules/twe/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+KMOD = twe
+SRCS = twe.c twe_disk.c device_if.h bus_if.h pci_if.h
+.PATH: ${.CURDIR}/../../dev/twe
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud