drm: Allow parallel builds of drivers and firmwares

Submitted by:	hps@
MFC after:	2 weeks
This commit is contained in:
Jean-Sébastien Pédron 2015-03-04 20:47:43 +00:00
parent bc346eefbd
commit 31f9a29bee
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
SYSDIR?=${.CURDIR}/../..
.include "${SYSDIR}/conf/kern.opts.mk"
SUBDIR_PARALLEL=
.if ${MACHINE_CPUARCH} == "amd64"
_i915kms= i915kms
_radeonkms= radeonkms

View File

@ -1,5 +1,7 @@
# $FreeBSD$
SUBDIR_PARALLEL=
SUBDIR= \
ARUBA_me \
ARUBA_pfp \