Deleted Added
full compact
Makefile (246193) Makefile (249009)
1# $FreeBSD: head/sys/modules/Makefile 246193 2013-02-01 06:40:53Z neel $
1# $FreeBSD: head/sys/modules/Makefile 249009 2013-04-02 09:42:42Z trasz $
2
3.include <bsd.own.mk>
4
5# Modules that include binary-only blobs of microcode should be selectable by
6# MK_SOURCELESS_UCODE option (see below).
7
8SUBDIR= \
9 ${_3dfx} \

--- 63 unchanged lines hidden (view full) ---

73 ${_cpsw} \
74 ${_cpuctl} \
75 ${_cpufreq} \
76 ${_crypto} \
77 ${_cryptodev} \
78 ${_cs} \
79 ${_ct} \
80 ${_ctau} \
2
3.include <bsd.own.mk>
4
5# Modules that include binary-only blobs of microcode should be selectable by
6# MK_SOURCELESS_UCODE option (see below).
7
8SUBDIR= \
9 ${_3dfx} \

--- 63 unchanged lines hidden (view full) ---

73 ${_cpsw} \
74 ${_cpuctl} \
75 ${_cpufreq} \
76 ${_crypto} \
77 ${_cryptodev} \
78 ${_cs} \
79 ${_ct} \
80 ${_ctau} \
81 ctl \
81 ${_cxgb} \
82 cxgbe \
83 ${_cyclic} \
84 dc \
85 dcons \
86 dcons_crom \
87 de \
88 ${_dpms} \

--- 755 unchanged lines hidden ---
82 ${_cxgb} \
83 cxgbe \
84 ${_cyclic} \
85 dc \
86 dcons \
87 dcons_crom \
88 de \
89 ${_dpms} \

--- 755 unchanged lines hidden ---