aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/uslcom
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2008-03-27 20:38:03 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2008-03-27 20:38:03 +0000
commit10f0bcab61ef441cb5af32fb706688d8cbd55dc0 (patch)
tree443a105964ef5ccced7c74085b9af29a40ee12c2 /sys/modules/uslcom
parentc86d865ec8f46b4ae7462594da26381393e0e390 (diff)
Notes
Diffstat (limited to 'sys/modules/uslcom')
-rw-r--r--sys/modules/uslcom/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/uslcom/Makefile b/sys/modules/uslcom/Makefile
index 23561ce21dce..e5dc96c1fac3 100644
--- a/sys/modules/uslcom/Makefile
+++ b/sys/modules/uslcom/Makefile
@@ -4,7 +4,7 @@ S= ${.CURDIR}/../..
.PATH: $S/dev/usb
KMOD= uslcom
-SRCS= uslcom.c opt_usb.h opt_uslcom.h \
+SRCS= uslcom.c opt_usb.h \
device_if.h bus_if.h usbdevs.h
.include <bsd.kmod.mk>