mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 08:43:23 +00:00
vmm: fix standalone module build
This commit is contained in:
parent
462af7676b
commit
7b133b34f8
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
KMOD= vmm
|
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+= -DVMM_KEEP_STATS
|
||||||
CFLAGS+= -I${SRCTOP}/sys/${MACHINE}/vmm
|
CFLAGS+= -I${SRCTOP}/sys/${MACHINE}/vmm
|
||||||
|
Loading…
Reference in New Issue
Block a user