hyperv: Don't build on 32-bit arm

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-10-27 13:18:52 -06:00
parent 49750143c1
commit 8e9a651acb

View File

@ -659,6 +659,8 @@ _sdhci_fdt= sdhci_fdt
.endif
_e6000sw= e6000sw
_neta= neta
.endif
.if ${MACHINE_CPUARCH} == "aarch64"
_hyperv= hyperv
.endif