Makefile (ba7319e9091b4f6ef15a9c4be3d3d076f3047f72) Makefile (9729f076e4d93c5a37e78d427bfe0f1ab99bbcc6)
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

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

647_felix= felix
648_rockchip= rockchip
649.endif
650
651.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm"
652_sdhci_fdt= sdhci_fdt
653_e6000sw= e6000sw
654_neta= neta
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

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

647_felix= felix
648_rockchip= rockchip
649.endif
650
651.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm"
652_sdhci_fdt= sdhci_fdt
653_e6000sw= e6000sw
654_neta= neta
655_hyperv= hyperv
655.endif
656
657.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
658_agp= agp
659.if ${MACHINE_CPUARCH} == "i386" || !empty(COMPAT_FREEBSD32_ENABLED)
660_aout= aout
661.endif
662_bios= bios

--- 214 unchanged lines hidden ---
656.endif
657
658.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
659_agp= agp
660.if ${MACHINE_CPUARCH} == "i386" || !empty(COMPAT_FREEBSD32_ENABLED)
661_aout= aout
662.endif
663_bios= bios

--- 214 unchanged lines hidden ---