diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2006-11-28 15:42:31 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2006-11-28 15:42:31 +0000 |
commit | 97bd75f6df7c7f03c3f11cb35961c0790fb15696 (patch) | |
tree | 323d2c328d1079772e7fcf870c7636003ebb1f0d /sys/dev/usb | |
parent | 2f4ae9db2844c710704995d8eb95b8c7fcf75183 (diff) |
add needs-flag to allow pxaudc to compile without usbf (to get the
previous behaviour of just disabling the USB device controller)
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/files.usb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 6bc0fb3d06b..d925e184e39 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.67 2006/11/27 11:38:43 deraadt Exp $ +# $OpenBSD: files.usb,v 1.68 2006/11/28 15:42:30 uwe Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -276,7 +276,7 @@ file dev/usb/ueagle.c ueagle # USB logical device device usbf {} attach usbf at usbdev -file dev/usb/usbf.c usbf +file dev/usb/usbf.c usbf needs-flag file dev/usb/usbf_subr.c usbf # Communication Device Class Ethernet function |