Enable drm2 modules build.
Sponsored by: The FreeBSD Foundation MFC after: 1 month
This commit is contained in:
parent
8287ee1bbe
commit
ccc00630ae
@ -7,7 +7,7 @@ cpu I686_CPU
|
||||
ident XEN
|
||||
|
||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
makeoptions WITHOUT_MODULES="aha ahb amd cxgb dpt drm hptmv ida malo mps mwl nve sound sym trm xfs"
|
||||
makeoptions WITHOUT_MODULES="aha ahb amd cxgb dpt drm drm2 hptmv ida malo mps mwl nve sound sym trm xfs"
|
||||
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options PREEMPTION # Enable kernel thread preemption
|
||||
|
@ -87,6 +87,7 @@ SUBDIR= ${_3dfx} \
|
||||
${_dpms} \
|
||||
${_dpt} \
|
||||
${_drm} \
|
||||
${_drm2} \
|
||||
${_dtrace} \
|
||||
dummynet \
|
||||
${_ed} \
|
||||
@ -461,6 +462,7 @@ _cyclic= cyclic
|
||||
.endif
|
||||
_dpms= dpms
|
||||
_drm= drm
|
||||
_drm2= drm2
|
||||
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
|
||||
_dtrace= dtrace
|
||||
.endif
|
||||
@ -630,6 +632,7 @@ _cyclic= cyclic
|
||||
.endif
|
||||
_dpms= dpms
|
||||
_drm= drm
|
||||
_drm2= drm2
|
||||
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
|
||||
_dtrace= dtrace
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user