Makefile (d9ec4fa9cec0444bf0a13348ee07705f58520151) | Makefile (f2521a76ed0d8169b1e2d80be5900e0e98921d83) |
---|---|
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 --- 355 unchanged lines hidden (view full) --- 364 unionfs \ 365 usb \ 366 ${_vesa} \ 367 ${_virtio} \ 368 vge \ 369 ${_viawd} \ 370 videomode \ 371 vkbd \ | 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 --- 355 unchanged lines hidden (view full) --- 364 unionfs \ 365 usb \ 366 ${_vesa} \ 367 ${_virtio} \ 368 vge \ 369 ${_viawd} \ 370 videomode \ 371 vkbd \ |
372 ${_vmd} \ |
|
372 ${_vmm} \ 373 ${_vmware} \ 374 ${_vpo} \ 375 vr \ 376 vte \ 377 ${_wbwd} \ 378 ${_wi} \ 379 wlan \ --- 319 unchanged lines hidden (view full) --- 699_efirt= efirt 700_iavf= iavf 701_ioat= ioat 702_ixl= ixl 703_nvdimm= nvdimm 704_pms= pms 705_qlxge= qlxge 706_qlxgb= qlxgb | 373 ${_vmm} \ 374 ${_vmware} \ 375 ${_vpo} \ 376 vr \ 377 vte \ 378 ${_wbwd} \ 379 ${_wi} \ 380 wlan \ --- 319 unchanged lines hidden (view full) --- 700_efirt= efirt 701_iavf= iavf 702_ioat= ioat 703_ixl= ixl 704_nvdimm= nvdimm 705_pms= pms 706_qlxge= qlxge 707_qlxgb= qlxgb |
708_vmd= vmd |
|
707.if ${MK_SOURCELESS_UCODE} != "no" 708_qlxgbe= qlxgbe 709_qlnx= qlnx 710.endif 711_sfxge= sfxge 712_sgx= sgx 713_sgx_linux= sgx_linux 714_smartpqi= smartpqi --- 99 unchanged lines hidden --- | 709.if ${MK_SOURCELESS_UCODE} != "no" 710_qlxgbe= qlxgbe 711_qlnx= qlnx 712.endif 713_sfxge= sfxge 714_sgx= sgx 715_sgx_linux= sgx_linux 716_smartpqi= smartpqi --- 99 unchanged lines hidden --- |