mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Hook the DTrace kernel modules into the build.
This commit is contained in:
parent
2c2491dd98
commit
adab6548de
1 changed files with 21 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ SUBDIR= ${_3dfx} \
|
|||
cue \
|
||||
${_cx} \
|
||||
cxgb \
|
||||
${_cyclic} \
|
||||
dc \
|
||||
dcons \
|
||||
dcons_crom \
|
||||
|
|
@ -73,6 +74,7 @@ SUBDIR= ${_3dfx} \
|
|||
${_digi} \
|
||||
${_dpt} \
|
||||
${_drm} \
|
||||
${_dtrace} \
|
||||
dummynet \
|
||||
${_ed} \
|
||||
${_elink} \
|
||||
|
|
@ -203,6 +205,7 @@ SUBDIR= ${_3dfx} \
|
|||
${_nwfs} \
|
||||
${_nxge} \
|
||||
${_oltr} \
|
||||
${_opensolaris} \
|
||||
${_padlock} \
|
||||
patm \
|
||||
${_pccard} \
|
||||
|
|
@ -387,8 +390,14 @@ _coff= coff
|
|||
_cp= cp
|
||||
_cpufreq= cpufreq
|
||||
_cs= cs
|
||||
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
|
||||
_cyclic= cyclic
|
||||
.endif
|
||||
_digi= digi
|
||||
_drm= drm
|
||||
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
|
||||
_dtrace= dtrace
|
||||
.endif
|
||||
_ed= ed
|
||||
_elink= elink
|
||||
_em= em
|
||||
|
|
@ -418,6 +427,9 @@ _nsp= nsp
|
|||
_nwfs= nwfs
|
||||
.endif
|
||||
_oltr= oltr
|
||||
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
|
||||
_opensolaris= opensolaris
|
||||
.endif
|
||||
_pccard= pccard
|
||||
_pcfclock= pcfclock
|
||||
_pecoff= pecoff
|
||||
|
|
@ -517,8 +529,14 @@ _cmx= cmx
|
|||
_ciss= ciss
|
||||
_coretemp= coretemp
|
||||
_cpufreq= cpufreq
|
||||
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
|
||||
_cyclic= cyclic
|
||||
.endif
|
||||
_digi= digi
|
||||
_drm= drm
|
||||
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
|
||||
_dtrace= dtrace
|
||||
.endif
|
||||
_ed= ed
|
||||
_em= em
|
||||
_exca= exca
|
||||
|
|
@ -550,6 +568,9 @@ _nfe= nfe
|
|||
_nve= nve
|
||||
_nvram= nvram
|
||||
_nxge= nxge
|
||||
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
|
||||
_opensolaris= opensolaris
|
||||
.endif
|
||||
_pccard= pccard
|
||||
_rdma= rdma
|
||||
_safe= safe
|
||||
|
|
|
|||
Loading…
Reference in a new issue