mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 01:07:21 +01:00
vmm: fix standalone module build
This commit is contained in:
parent
462af7676b
commit
7b133b34f8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user