diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile index c990852ae44..a6ea90567bb 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 \