drm: Allow parallel builds of drivers and firmwares
Submitted by: hps@ MFC after: 2 weeks
This commit is contained in:
parent
bc346eefbd
commit
31f9a29bee
@ -3,6 +3,8 @@
|
||||
SYSDIR?=${.CURDIR}/../..
|
||||
.include "${SYSDIR}/conf/kern.opts.mk"
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
||||
_i915kms= i915kms
|
||||
_radeonkms= radeonkms
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
SUBDIR= \
|
||||
ARUBA_me \
|
||||
ARUBA_pfp \
|
||||
|
Loading…
Reference in New Issue
Block a user