git: 445875aefd76 - main - sys/modules: tidy up a bit by moving _hyperv to aarch64 section

From: Warner Losh <imp_at_FreeBSD.org>
Date: Fri, 28 Oct 2022 17:53:55 UTC
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