diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2024-08-19 12:44:31 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2024-08-20 08:49:16 +0000 |
| commit | bbe97db3c211bd0a89a5b9c1a58857625b763475 (patch) | |
| tree | 31410f0eb331686da3cfdf340bbcc9c9834f00c8 /sys/modules/vmm | |
| parent | b87952e837ec1e42a573557a8e938693d8952705 (diff) | |
Diffstat (limited to 'sys/modules/vmm')
| -rw-r--r-- | sys/modules/vmm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile index a3a878a653ff..0604a34690e5 100644 --- a/sys/modules/vmm/Makefile +++ b/sys/modules/vmm/Makefile @@ -30,6 +30,8 @@ SRCS+= vmm_arm64.c \ vmm_call.S \ vmm_handlers.c \ vmm_mmu.c \ + vmm_vhe_exception.S \ + vmm_vhe.c \ vmm_hyp_el2.S .PATH: ${SRCTOP}/sys/${MACHINE}/vmm/io |
