diff options
Diffstat (limited to 'sys/modules/vmm/Makefile')
-rw-r--r-- | sys/modules/vmm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile index 6aeaf80..6e1cf7f 100644 --- a/sys/modules/vmm/Makefile +++ b/sys/modules/vmm/Makefile @@ -35,7 +35,8 @@ SRCS+= iommu.c \ vhpet.c \ vioapic.c \ vlapic.c \ - vpmtmr.c + vpmtmr.c \ + vrtc.c # intel-specific files .PATH: ${.CURDIR}/../../amd64/vmm/intel |