Makefile (209be2056033a52a8df733cbc88eeefc104b16e8) | Makefile (9b8d05b8ac78509e8c4b9f6f1e71c873b38a06b9) |
---|---|
1# $FreeBSD$ 2 3SYSDIR?=${SRCTOP}/sys 4.include "${SYSDIR}/conf/kern.opts.mk" 5 6SUBDIR_PARALLEL= 7 8# Modules that include binary-only blobs of microcode should be selectable by --- 93 unchanged lines hidden (view full) --- 102 ${_dpt} \ 103 ${_drm} \ 104 ${_drm2} \ 105 dummynet \ 106 ${_ed} \ 107 ${_efirt} \ 108 ${_elink} \ 109 ${_em} \ | 1# $FreeBSD$ 2 3SYSDIR?=${SRCTOP}/sys 4.include "${SYSDIR}/conf/kern.opts.mk" 5 6SUBDIR_PARALLEL= 7 8# Modules that include binary-only blobs of microcode should be selectable by --- 93 unchanged lines hidden (view full) --- 102 ${_dpt} \ 103 ${_drm} \ 104 ${_drm2} \ 105 dummynet \ 106 ${_ed} \ 107 ${_efirt} \ 108 ${_elink} \ 109 ${_em} \ |
110 ${_ena} \ |
|
110 ${_ep} \ 111 ${_epic} \ 112 esp \ 113 ${_et} \ 114 evdev \ 115 ${_ex} \ 116 ${_exca} \ 117 ext2fs \ --- 443 unchanged lines hidden (view full) --- 561_cpuctl= cpuctl 562_cpufreq= cpufreq 563_cs= cs 564_dpms= dpms 565_drm= drm 566_drm2= drm2 567_ed= ed 568_em= em | 111 ${_ep} \ 112 ${_epic} \ 113 esp \ 114 ${_et} \ 115 evdev \ 116 ${_ex} \ 117 ${_exca} \ 118 ext2fs \ --- 443 unchanged lines hidden (view full) --- 562_cpuctl= cpuctl 563_cpufreq= cpufreq 564_cs= cs 565_dpms= dpms 566_drm= drm 567_drm2= drm2 568_ed= ed 569_em= em |
570_ena= ena |
|
569_ep= ep 570_et= et 571_exca= exca 572_fe= fe 573.if ${MK_OFED} != "no" || defined(ALL_MODULES) 574_ibcore= ibcore 575.endif 576_if_ndis= if_ndis --- 228 unchanged lines hidden --- | 571_ep= ep 572_et= et 573_exca= exca 574_fe= fe 575.if ${MK_OFED} != "no" || defined(ALL_MODULES) 576_ibcore= ibcore 577.endif 578_if_ndis= if_ndis --- 228 unchanged lines hidden --- |