summaryrefslogtreecommitdiff
path: root/usr.sbin/vmctl
diff options
context:
space:
mode:
authorDave Voutila <dv@cvs.openbsd.org>2024-07-10 09:27:34 +0000
committerDave Voutila <dv@cvs.openbsd.org>2024-07-10 09:27:34 +0000
commit26f622afa9ed15c419509076cbab0468de61c4ae (patch)
treefc14924faa9194f88b49521a671264a34dd7934c /usr.sbin/vmctl
parentb5018cbeea8ea496722a2466e247b93acb4c4e8f (diff)
Split vmd into mi/md parts.
Makes as much of the core of vmd mi, pushing x86-isms into separate compilation units. Adds build logic for arm64, but no emulation yet. (You can build vmd, but it won't have a vmm device to connect to.) Some more cleanup probably needed around interrupt controller abstraction, but that can come as we implement more than the i8259. ok mlarkin@
Diffstat (limited to 'usr.sbin/vmctl')
-rw-r--r--usr.sbin/vmctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmctl/Makefile b/usr.sbin/vmctl/Makefile
index 4dab88fba7b..05359639a3b 100644
--- a/usr.sbin/vmctl/Makefile
+++ b/usr.sbin/vmctl/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.6 2019/01/18 01:24:07 pd Exp $
+# $OpenBSD: Makefile,v 1.7 2024/07/10 09:27:33 dv Exp $
-.if ${MACHINE} == "amd64"
+.if ${MACHINE} == "amd64" || ${MACHINE} == "arm64"
.PATH: ${.CURDIR}/../vmd