svn commit: r279582 - head/sys/modules/usb
Hans Petter Selasky
hselasky at FreeBSD.org
Wed Mar 4 09:17:04 UTC 2015
Author: hselasky
Date: Wed Mar 4 09:17:03 2015
New Revision: 279582
URL: https://svnweb.freebsd.org/changeset/base/279582
Log:
Allow USB modules to be built in parallel.
Modified:
head/sys/modules/usb/Makefile
Modified: head/sys/modules/usb/Makefile
==============================================================================
--- head/sys/modules/usb/Makefile Wed Mar 4 09:05:20 2015 (r279581)
+++ head/sys/modules/usb/Makefile Wed Mar 4 09:17:03 2015 (r279582)
@@ -29,6 +29,11 @@ SYSDIR?=${.CURDIR}/../..
.include "${SYSDIR}/conf/kern.opts.mk"
#
+# Allow USB modules to be built in parallel
+#
+SUBDIR_PARALLEL=
+
+#
# Check for common USB debug flags to pass when building the USB
# modules in this directory:
#
More information about the svn-src-all
mailing list