Deleted Added
full compact
Makefile (291201) Makefile (293527)
1# $FreeBSD: stable/10/sys/modules/Makefile 291201 2015-11-23 13:30:13Z hselasky $
1# $FreeBSD: stable/10/sys/modules/Makefile 293527 2016-01-09 16:08:22Z dchagin $
2
3.include <bsd.own.mk>
4
5SUBDIR_PARALLEL=
6
7# Modules that include binary-only blobs of microcode should be selectable by
8# MK_SOURCELESS_UCODE option (see below).
9

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

192 libalias \
193 libiconv \
194 libmbpool \
195 libmchain \
196 ${_lindev} \
197 ${_linprocfs} \
198 ${_linsysfs} \
199 ${_linux} \
2
3.include <bsd.own.mk>
4
5SUBDIR_PARALLEL=
6
7# Modules that include binary-only blobs of microcode should be selectable by
8# MK_SOURCELESS_UCODE option (see below).
9

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

192 libalias \
193 libiconv \
194 libmbpool \
195 libmchain \
196 ${_lindev} \
197 ${_linprocfs} \
198 ${_linsysfs} \
199 ${_linux} \
200 ${_linux_common} \
200 lmc \
201 lpt \
202 mac_biba \
203 mac_bsdextended \
204 mac_ifoff \
205 mac_lomac \
206 mac_mls \
207 mac_none \

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

794_sppp= sppp
795_tpm= tpm
796_twa= twa
797_vesa= vesa
798_viawd= viawd
799_virtio= virtio
800.if ${MK_BHYVE} != "no" || defined(ALL_MODULES)
801_vmm= vmm
201 lmc \
202 lpt \
203 mac_biba \
204 mac_bsdextended \
205 mac_ifoff \
206 mac_lomac \
207 mac_mls \
208 mac_none \

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

795_sppp= sppp
796_tpm= tpm
797_twa= twa
798_vesa= vesa
799_viawd= viawd
800_virtio= virtio
801.if ${MK_BHYVE} != "no" || defined(ALL_MODULES)
802_vmm= vmm
803_linux_common= linux_common
802.endif
803_vxge= vxge
804_x86bios= x86bios
805_wbwd= wbwd
806_wi= wi
807_wpi= wpi
808.if ${MK_SOURCELESS_UCODE} != "no"
809_wpifw= wpifw

--- 119 unchanged lines hidden ---
804.endif
805_vxge= vxge
806_x86bios= x86bios
807_wbwd= wbwd
808_wi= wi
809_wpi= wpi
810.if ${MK_SOURCELESS_UCODE} != "no"
811_wpifw= wpifw

--- 119 unchanged lines hidden ---