mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Missed this in the previous commit to add 'show vmcs': add opt_ddb.h as
a source file.
This commit is contained in:
parent
b3996dd47c
commit
6c212efc25
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ CFLAGS+= -B /usr/local/bin
|
|||
|
||||
KMOD= vmm
|
||||
|
||||
SRCS= device_if.h bus_if.h pci_if.h
|
||||
SRCS= opt_ddb.h device_if.h bus_if.h pci_if.h
|
||||
|
||||
CFLAGS+= -DVMM_KEEP_STATS -DSMP
|
||||
CFLAGS+= -I${.CURDIR}/../../amd64/vmm
|
||||
|
|
|
|||
Loading…
Reference in a new issue