head	1.4;
access;
symbols
	RELENG_9:1.3.0.2;
locks; strict;
comment	@# @;


1.4
date	2013.07.20.00.31.32;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2013.04.13.00.41.10;	author svnexp;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	2012.11.17.01.52.59;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.09.17.19.58.02;	author jimharris;	state Exp;
branches;
next	;

1.3.2.1
date	2013.04.13.00.41.10;	author svnexp;	state dead;
branches;
next	1.3.2.2;

1.3.2.2
date	2013.06.26.00.01.44;	author svnexp;	state Exp;
branches;
next	1.3.2.3;

1.3.2.3
date	2013.06.26.00.02.33;	author svnexp;	state Exp;
branches;
next	1.3.2.4;

1.3.2.4
date	2013.07.24.23.08.06;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/253476
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/sys/modules/nvme/Makefile 253476 2013-07-19 21:40:57Z jimharris $

.PATH: ${.CURDIR}/../../dev/nvme

KMOD = nvme

SRCS =	nvme.c			\
	nvme_ctrlr.c		\
	nvme_ctrlr_cmd.c	\
	nvme_ns.c		\
	nvme_ns_cmd.c		\
	nvme_qpair.c		\
	nvme_sysctl.c		\
	nvme_test.c		\
	nvme_util.c		\
				\
	bus_if.h		\
	device_if.h		\
	pci_if.h

.include <bsd.kmod.mk>
@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/249420
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/sys/modules/nvme/Makefile 249420 2013-04-12 17:48:45Z jimharris $
d15 1
@


1.3.2.1
log
@file Makefile was added on branch RELENG_9 on 2013-06-26 00:01:44 +0000
@
text
@d1 20
@


1.3.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252221
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 21
# $FreeBSD: stable/9/sys/modules/nvme/Makefile 240619 2012-09-17 19:58:02Z jimharris $

.PATH: ${.CURDIR}/../../dev/nvme

KMOD = nvme

SRCS =	nvme.c			\
	nvme_ctrlr.c		\
	nvme_ctrlr_cmd.c	\
	nvme_ns.c		\
	nvme_ns_cmd.c		\
	nvme_qpair.c		\
	nvme_sysctl.c		\
	nvme_test.c		\
	nvme_uio.c		\
				\
	bus_if.h		\
	device_if.h		\
	pci_if.h

.include <bsd.kmod.mk>
@


1.3.2.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252222
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/nvme/Makefile 252222 2013-06-25 23:52:39Z jimharris $
d15 1
@


1.3.2.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/253631
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/nvme/Makefile 253631 2013-07-24 22:48:29Z jimharris $
a14 1
	nvme_util.c		\
@


1.2
log
@Switching exporter and resync
@
text
@d1 1
a1 1
# $FreeBSD: head/sys/modules/nvme/Makefile 240619 2012-09-17 19:58:02Z jimharris $
a14 1
	nvme_uio.c		\
@


1.1
log
@SVN rev 240619 on 2012-09-17 19:58:02Z by jimharris

Add nvme(4) and nvd(4) Makefiles to the tree.

Noticed by:	pluknet
Pointy-hat to:  jimharris
@
text
@d1 1
a1 1
# $FreeBSD$
@

