summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-05-23 21:07:01 +0000
committerkib <kib@FreeBSD.org>2012-05-23 21:07:01 +0000
commita9e55b2ceb39f5bb150ecfcb1882c11f6e29c411 (patch)
tree998c816d53c4a129ed514ff81c37619a7eb01468 /sys/modules
parent3eb6aeaebe24855876cf02a000d5c01ab9d16bec (diff)
downloadFreeBSD-src-a9e55b2ceb39f5bb150ecfcb1882c11f6e29c411.zip
FreeBSD-src-a9e55b2ceb39f5bb150ecfcb1882c11f6e29c411.tar.gz
Enable drm2 modules build.
Sponsored by: The FreeBSD Foundation MFC after: 1 month
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 05d3a45..6376195 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -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
OpenPOWER on IntegriCloud