]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/drm/Makefile
Update Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
[FreeBSD/FreeBSD.git] / sys / modules / drm / Makefile
1 # $FreeBSD$
2
3 SYSDIR?=${SRCTOP}/sys
4 .include "${SYSDIR}/conf/kern.opts.mk"
5
6 # Modules that include binary-only blobs of microcode should be selectable by
7 # MK_SOURCELESS_UCODE option (see below).
8
9 SUBDIR = \
10         drm \
11         mach64 \
12         ${_mga} \
13         ${_r128} \
14         savage \
15         sis \
16         tdfx \
17         via
18
19 .if ${MK_SOURCELESS_UCODE} != "no"
20 _mga=           mga
21 _r128=          r128
22 .endif
23
24 .include <bsd.subdir.mk>