On 10/27/22 12:22 PM, Warner Losh wrote:
The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=8e9a651acbe523f03b22d9c19c0315f686eb14d6

commit 8e9a651acbe523f03b22d9c19c0315f686eb14d6
Author:     Warner Losh <i...@freebsd.org>
AuthorDate: 2022-10-27 19:18:52 +0000
Commit:     Warner Losh <i...@freebsd.org>
CommitDate: 2022-10-27 19:18:52 +0000

     hyperv: Don't build on 32-bit arm
Sponsored by: Netflix
---
  sys/modules/Makefile | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 5d6f8a352a86..d7aa34ca7611 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -659,6 +659,8 @@ _sdhci_fdt= sdhci_fdt
  .endif
  _e6000sw=     e6000sw
  _neta=                neta
+.endif
+.if ${MACHINE_CPUARCH} == "aarch64"
  _hyperv=  hyperv
  .endif

Hmm, maybe move it up to the existing aarch64-only section above this?

--
John Baldwin


Reply via email to