diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2014-10-27 18:37:11 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2014-10-27 18:37:11 +0000 |
| commit | b3ee0d3bbd55c84c9a73e43786dcbb7c3c8b8572 (patch) | |
| tree | b3fd72b9c0470fbf98740e9a35f950007daac696 /sys/modules/vmm | |
| parent | f4cfd28bb560d058bdb72e41a28fb841147cfa11 (diff) | |
Notes
Diffstat (limited to 'sys/modules/vmm')
| -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 6705304719a4..6aeaf80cb1ac 100644 --- a/sys/modules/vmm/Makefile +++ b/sys/modules/vmm/Makefile @@ -4,6 +4,7 @@ KMOD= vmm SRCS= opt_acpi.h opt_ddb.h device_if.h bus_if.h pci_if.h SRCS+= vmx_assym.h svm_assym.h +DPSRCS= vmx_genassym.c svm_genassym.c CFLAGS+= -DVMM_KEEP_STATS -DSMP CFLAGS+= -I${.CURDIR}/../../amd64/vmm @@ -53,7 +54,7 @@ SRCS+= vmcb.c \ npt.c \ amdv.c \ svm_msr.c - + CLEANFILES= vmx_assym.h vmx_genassym.o svm_assym.h svm_genassym.o vmx_assym.h: vmx_genassym.o |
