aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/vmm/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile
index e81c2438b3572..d94ceba7e2f5d 100644
--- a/sys/modules/vmm/Makefile
+++ b/sys/modules/vmm/Makefile
@@ -19,13 +19,11 @@ SRCS+= vmm.c \
vmm_host.c \
vmm_instruction_emul.c \
vmm_ioport.c \
- vmm_ipi.c \
vmm_lapic.c \
vmm_mem.c \
vmm_stat.c \
vmm_util.c \
- x86.c \
- vmm_support.S
+ x86.c
.PATH: ${.CURDIR}/../../amd64/vmm/io
SRCS+= iommu.c \