nvmm: Rewrite makefiles and hook to build
[dragonfly.git] / sys / dev / virtual / nvmm / Makefile
1 KMOD=   nvmm
2 SRCS=   nvmm.c
3
4 .if ${MACHINE_ARCH} == "x86_64"
5 .PATH:  ${.CURDIR}/x86
6 SRCS+=  nvmm_x86.c
7 SRCS+=  nvmm_x86_svm.c nvmm_x86_svmfunc.S
8 SRCS+=  nvmm_x86_vmx.c nvmm_x86_vmxfunc.S
9 .endif
10
11 # Header files are installed by 'include/Makefile'.
12
13 .include <bsd.kmod.mk>