diff options
| author | mrg <mrg@NetBSD.org> | 2015-10-27 22:25:23 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2015-10-27 22:25:23 +0000 |
| commit | 6c9302ff3be4ca67b35e61517fd8c16633983fce (patch) | |
| tree | 19cba1465389d9b0328a57cab60460e1e956e4d0 /sys/dev | |
| parent | 9630f2db6acdca9930a85d711382f4c598eb6a39 (diff) | |
update some dependancies:
USB_DEBUG doesn't depend upon other options.
USBHIST depends upon USB_DEBUG and KERNHIST.
now i can build a kernel with just one of either USB_DEBUG or USBHIST
and the right thing happens.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/files.usb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 8cb93386a4e..04a10c2bfe1 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $NetBSD: files.usb,v 1.135 2014/10/10 17:31:12 uebayasi Exp $ +# $NetBSD: files.usb,v 1.136 2015/10/27 22:25:23 mrg Exp $ # # Config file and device description for machine-independent USB code. # Included by ports that need it. Ports that use it must provide @@ -9,8 +9,8 @@ defparam opt_usb.h USBHIST_SIZE defflag opt_usb.h USB_FRAG_DMA_WORKAROUND # top level usb debug defines -defflag opt_usb.h USBHIST: KERNHIST -defflag opt_usb.h USB_DEBUG: USBHIST +defflag opt_usb.h USB_DEBUG +defflag opt_usb.h USBHIST: KERNHIST, USB_DEBUG # HC controllers defflag opt_usb.h EHCI_DEBUG: USB_DEBUG |
