Module Name: src Committed By: pgoyette Date: Sat May 20 00:56:32 UTC 2017
Modified Files: src/sys/dev/usb: files.usb Log Message: Fix the USBVERBOSE stuff so it does not get included in the build if there are no USB devices or controllers. Without this change, a kernel with no USB devices but with USBVERBOSE defined in the configuration file will include the usb_verbose.c file, but will fail to link due to undefined symbols. To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 src/sys/dev/usb/files.usb Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.