diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2025-02-14 15:26:49 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2025-02-14 15:26:49 +0000 |
| commit | fbacadf103dc81cea0f233f11adb73ef43ee4a75 (patch) | |
| tree | 4678d56726039fe00fcd01b63dc0b8a91f48534f | |
| parent | 649a910e34b0314647d16a94f8af6de0f4cfd4b5 (diff) | |
| -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 c990852ae441..a6ea90567bb8 100644 --- a/sys/modules/vmm/Makefile +++ b/sys/modules/vmm/Makefile @@ -152,6 +152,7 @@ svm_genassym.o: offset.inc .elif ${MACHINE_CPUARCH} == "riscv" SRCS+= vmm_aplic.c \ + vmm_fence.c \ vmm_riscv.c \ vmm_sbi.c \ vmm_switch.S \ |
