aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/uslcom
diff options
context:
space:
mode:
authorRink Springer <rink@FreeBSD.org>2008-03-05 14:13:30 +0000
committerRink Springer <rink@FreeBSD.org>2008-03-05 14:13:30 +0000
commit2e7328e7ccc624b215ff36c70bcf0ca482be4740 (patch)
treecec1e781f6434297cb8891efe5d270ce65672500 /sys/modules/uslcom
parent081632cffb987f43e9fcc08e92e53e7924815b0c (diff)
Notes
Diffstat (limited to 'sys/modules/uslcom')
-rw-r--r--sys/modules/uslcom/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/uslcom/Makefile b/sys/modules/uslcom/Makefile
new file mode 100644
index 000000000000..23561ce21dce
--- /dev/null
+++ b/sys/modules/uslcom/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+S= ${.CURDIR}/../..
+.PATH: $S/dev/usb
+
+KMOD= uslcom
+SRCS= uslcom.c opt_usb.h opt_uslcom.h \
+ device_if.h bus_if.h usbdevs.h
+
+.include <bsd.kmod.mk>