git: 7b133b34f8e8 - main - vmm: fix standalone module build

From: Gleb Smirnoff <glebius_at_FreeBSD.org>
Date: Tue, 12 Mar 2024 01:00:04 UTC
The branch main has been updated by glebius:

URL: https://cgit.FreeBSD.org/src/commit/?id=7b133b34f8e8508838c3ce334a632715efc2f547

commit 7b133b34f8e8508838c3ce334a632715efc2f547
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2024-03-12 00:59:03 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2024-03-12 00:59:03 +0000

    vmm: fix standalone module build
---
 sys/modules/vmm/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile
index a67797276bae..075e594c4da1 100644
--- a/sys/modules/vmm/Makefile
+++ b/sys/modules/vmm/Makefile
@@ -3,7 +3,8 @@
 
 KMOD=	vmm
 
-SRCS=	opt_acpi.h opt_ddb.h device_if.h bus_if.h pci_if.h pcib_if.h acpi_if.h
+SRCS=	opt_acpi.h opt_bhyve_snapshot.h opt_ddb.h \
+	acpi_if.h bus_if.h device_if.h pci_if.h pcib_if.h vnode_if.h
 
 CFLAGS+= -DVMM_KEEP_STATS
 CFLAGS+= -I${SRCTOP}/sys/${MACHINE}/vmm