summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-03-04 09:17:03 +0000
committerhselasky <hselasky@FreeBSD.org>2015-03-04 09:17:03 +0000
commit67a8e356a59c2a08e892cf6e11ab39cc7652af87 (patch)
treefe1844e2ae7d0d89ac27b2a9ec20640a3b56a504
parentfbb9cda3ce0128b7c2ff3b85e2042369439256f4 (diff)
downloadFreeBSD-src-67a8e356a59c2a08e892cf6e11ab39cc7652af87.zip
FreeBSD-src-67a8e356a59c2a08e892cf6e11ab39cc7652af87.tar.gz
Allow USB modules to be built in parallel.
-rw-r--r--sys/modules/usb/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile
index c5eae0f..c0490a9 100644
--- a/sys/modules/usb/Makefile
+++ b/sys/modules/usb/Makefile
@@ -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:
#
OpenPOWER on IntegriCloud