Deleted Added
full compact
Makefile (278555) Makefile (278557)
1# $FreeBSD: stable/10/sys/modules/Makefile 278555 2015-02-11 07:08:32Z ngie $
1# $FreeBSD: stable/10/sys/modules/Makefile 278557 2015-02-11 07:21:16Z ngie $
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

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

769_speaker= speaker
770_splash= splash
771_sppp= sppp
772_tpm= tpm
773_twa= twa
774_vesa= vesa
775_viawd= viawd
776_virtio= virtio
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

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

769_speaker= speaker
770_splash= splash
771_sppp= sppp
772_tpm= tpm
773_twa= twa
774_vesa= vesa
775_viawd= viawd
776_virtio= virtio
777.if ${MK_BHYVE} != "no" || defined(ALL_MODULES)
777_vmm= vmm
778_vmm= vmm
779.endif
778_vxge= vxge
779_x86bios= x86bios
780_wbwd= wbwd
781_wi= wi
782_wpi= wpi
783.if ${MK_SOURCELESS_UCODE} != "no"
784_wpifw= wpifw
785.endif

--- 117 unchanged lines hidden ---
780_vxge= vxge
781_x86bios= x86bios
782_wbwd= wbwd
783_wi= wi
784_wpi= wpi
785.if ${MK_SOURCELESS_UCODE} != "no"
786_wpifw= wpifw
787.endif

--- 117 unchanged lines hidden ---