Home | History | Annotate | Line # | Download | only in nvmm
Makefile revision 1.1
      1  1.1  maxv #	$NetBSD: Makefile,v 1.1 2018/11/07 07:43:08 maxv Exp $
      2  1.1  maxv 
      3  1.1  maxv .include "../Makefile.inc"
      4  1.1  maxv .include "../Makefile.assym"
      5  1.1  maxv 
      6  1.1  maxv CPPFLAGS+=
      7  1.1  maxv 
      8  1.1  maxv .PATH:	${S}/dev/nvmm
      9  1.1  maxv .PATH:	${S}/dev/nvmm/x86
     10  1.1  maxv 
     11  1.1  maxv KMOD=	nvmm
     12  1.1  maxv IOCONF=	nvmm.ioconf
     13  1.1  maxv SRCS=	nvmm.c
     14  1.1  maxv 
     15  1.1  maxv .if ${MACHINE_ARCH} == "x86_64"
     16  1.1  maxv SRCS+=	nvmm_x86_svm.c nvmm_x86_svmfunc.S
     17  1.1  maxv .endif
     18  1.1  maxv 
     19  1.1  maxv .include <bsd.kmodule.mk>
     20