drm: Allow parallel builds of drivers and firmwares

Submitted by:	hps@
MFC of:		r279600
This commit is contained in:
Jean-Sébastien Pédron 2015-04-29 12:54:21 +00:00
parent 0b449b3a80
commit 83559633d5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=282217
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
.include <bsd.own.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 \