Date: Fri, 28 Oct 2022 17:53:55 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: 445875aefd76 - main - sys/modules: tidy up a bit by moving _hyperv to aarch64 section Message-ID: <202210281753.29SHrtDF052836@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=445875aefd768c5057f834b77ff8406d4be6f0fe commit 445875aefd768c5057f834b77ff8406d4be6f0fe Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2022-10-28 17:46:48 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2022-10-28 17:46:48 +0000 sys/modules: tidy up a bit by moving _hyperv to aarch64 section Suggested by: jhb Sponsored by: Netflix --- sys/modules/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index d7aa34ca7611..9784473fc522 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -643,6 +643,7 @@ _cxgb= cxgb _armv8crypto= armv8crypto _dpaa2= dpaa2 _em= em +_hyperv= hyperv .if !empty(OPT_FDT) _allwinner= allwinner @@ -660,9 +661,6 @@ _sdhci_fdt= sdhci_fdt _e6000sw= e6000sw _neta= neta .endif -.if ${MACHINE_CPUARCH} == "aarch64" -_hyperv= hyperv -.endif .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" _agp= agp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210281753.29SHrtDF052836>