summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorjimharris <jimharris@FreeBSD.org>2012-09-17 19:26:33 +0000
committerjimharris <jimharris@FreeBSD.org>2012-09-17 19:26:33 +0000
commit802d10fdbc6441ecdf0551ddb456830223ea37e5 (patch)
tree3b60555cb85eb122bb0069e6a0539473674d5db7 /sys/modules/Makefile
parent99662f533f035115d9b35d04f784c856a6bf7cc3 (diff)
downloadFreeBSD-src-802d10fdbc6441ecdf0551ddb456830223ea37e5.zip
FreeBSD-src-802d10fdbc6441ecdf0551ddb456830223ea37e5.tar.gz
Integrate nvme(4) and nvd(4) into the amd64 and i386 builds.
Sponsored by: Intel
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index cbb7ac1..1904f22 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -244,7 +244,9 @@ SUBDIR= \
ntfs \
ntfs_iconv \
nullfs \
+ ${_nvd} \
${_nve} \
+ ${_nvme} \
${_nvram} \
${_nwfs} \
${_nxge} \
@@ -586,9 +588,11 @@ _ixgb= ixgb
_ixgbe= ixgbe
_mly= mly
_nfe= nfe
+_nvd= nvd
.if ${MK_SOURCELESS_HOST} != "no"
_nve= nve
.endif
+_nvme= nvme
_nvram= nvram
_nxge= nxge
_tpm= tpm
@@ -695,9 +699,11 @@ _mthca= mthca
.endif
_ndis= ndis
_nfe= nfe
+_nvd= nvd
.if ${MK_SOURCELESS_HOST} != "no"
_nve= nve
.endif
+_nvme= nvme
_nvram= nvram
_nxge= nxge
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
OpenPOWER on IntegriCloud