Page MenuHomeFreeBSD

D41742.diff
No OneTemporary

D41742.diff

diff --git a/lib/Makefile b/lib/Makefile
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -203,6 +203,9 @@
.if ${MACHINE_CPUARCH} == "amd64"
SUBDIR.${MK_PMC}+= libipt
+.endif
+
+.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "aarch64"
SUBDIR.${MK_BHYVE}+= libvmmapi
.endif
diff --git a/tools/build/options/WITHOUT_BHYVE b/tools/build/options/WITHOUT_BHYVE
--- a/tools/build/options/WITHOUT_BHYVE
+++ b/tools/build/options/WITHOUT_BHYVE
@@ -2,4 +2,4 @@
.Xr bhyve 8 ,
associated utilities, and examples.
.Pp
-This option only affects amd64/amd64.
+This option only affects amd64/amd64 and arm64/aarch64.
diff --git a/usr.sbin/Makefile.aarch64 b/usr.sbin/Makefile.aarch64
--- a/usr.sbin/Makefile.aarch64
+++ b/usr.sbin/Makefile.aarch64
@@ -1,4 +1,6 @@
-
.if ${MK_ACPI} != "no"
SUBDIR+= acpi
.endif
+.if ${MK_BHYVE} != "no"
+SUBDIR+= bhyve
+.endif

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 15, 12:43 AM (10 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14635884
Default Alt Text
D41742.diff (863 B)

Event Timeline