Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb update some dependancies:
details: https://anonhg.NetBSD.org/src/rev/36b70de882f8
branches: trunk
changeset: 341248:36b70de882f8
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Oct 27 22:25:23 2015 +0000
description:
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:
sys/dev/usb/files.usb | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r c1761fbf7c47 -r 36b70de882f8 sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb Tue Oct 27 21:46:42 2015 +0000
+++ b/sys/dev/usb/files.usb Tue Oct 27 22:25:23 2015 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index