diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2024-08-26 18:41:39 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2024-08-26 18:41:39 +0000 |
| commit | b9ef152bec6cff4cd82b68921f631bd6efb24ae6 (patch) | |
| tree | 68649af95e668fa0634cffc3f5cab747ff35ec9d /sys/modules/vmm | |
| parent | 908a9dc020071947fe727ef11a35e78bf76a6b81 (diff) | |
Diffstat (limited to 'sys/modules/vmm')
| -rw-r--r-- | sys/modules/vmm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile index 92986a364883..47504a053c34 100644 --- a/sys/modules/vmm/Makefile +++ b/sys/modules/vmm/Makefile @@ -19,6 +19,7 @@ CFLAGS+= -I${SRCTOP}/sys/${MACHINE}/vmm/io SRCS+= vmm.c \ vmm_dev.c \ + vmm_dev_machdep.c \ vmm_instruction_emul.c \ vmm_stat.c |
