Date: Wed, 4 Mar 2015 09:17:04 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r279582 - head/sys/modules/usb Message-ID: <201503040917.t249H4jl043356@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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: #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503040917.t249H4jl043356>