diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-01-08 21:54:06 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-01-08 21:54:06 +0000 |
| commit | ed85203fb7a0334041db6da07e45ddda4caef13d (patch) | |
| tree | 624a98f63e3128d54d853c404c2b8244555fa88f /sys/modules | |
| parent | a6411f6b7df46edc7167a7844ed443db7a91a031 (diff) | |
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/vmm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile index 066b4d814348..dcb401d2026d 100644 --- a/sys/modules/vmm/Makefile +++ b/sys/modules/vmm/Makefile @@ -18,7 +18,8 @@ SRCS+= vmm.c \ vmm_dev_machdep.c \ vmm_instruction_emul.c \ vmm_mem.c \ - vmm_stat.c + vmm_stat.c \ + vmm_vm.c .if ${MACHINE_CPUARCH} == "aarch64" CFLAGS+= -I${SRCTOP}/sys/${MACHINE}/vmm/io |
