Date: Thu, 27 Oct 2022 19:22:07 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 8e9a651acbe5 - main - hyperv: Don't build on 32-bit arm Message-ID: <202210271922.29RJM7N0045526@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=8e9a651acbe523f03b22d9c19c0315f686eb14d6 commit 8e9a651acbe523f03b22d9c19c0315f686eb14d6 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2022-10-27 19:18:52 +0000 Commit: Warner Losh <imp@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210271922.29RJM7N0045526>