Skip to content

Commit

Permalink
Integrate nvmecontrol(8) into the amd64 and i386 builds.
Browse files Browse the repository at this point in the history
This includes adding NVMe header files to /usr/include/dev/nvme.

Sponsored by:  Intel
  • Loading branch information
jimharris committed Sep 17, 2012
1 parent 780e343 commit 35d5f1b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions etc/mtree/BSD.include.dist
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@
..
nand
..
nvme
..
ofw
..
pbio
Expand Down
4 changes: 2 additions & 2 deletions include/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ LDIRS= bsm cam geom net net80211 netatalk netgraph netinet netinet6 \

LSUBDIRS= cam/ata cam/scsi \
dev/acpica dev/an dev/bktr dev/ciss dev/filemon dev/firewire dev/hwpmc \
dev/ic dev/iicbus ${_dev_ieee488} dev/io dev/lmc dev/mfi dev/ofw \
dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus \
dev/ic dev/iicbus ${_dev_ieee488} dev/io dev/lmc dev/mfi dev/nvme \
dev/ofw dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus \
dev/speaker dev/usb dev/utopia dev/vkbd dev/wi \
fs/devfs fs/fdescfs fs/msdosfs fs/nandfs fs/nfs fs/ntfs fs/nullfs \
${_fs_nwfs} fs/portalfs fs/procfs fs/smbfs fs/udf fs/unionfs \
Expand Down
1 change: 1 addition & 0 deletions sbin/Makefile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

SUBDIR += bsdlabel
SUBDIR += fdisk
SUBDIR += nvmecontrol
1 change: 1 addition & 0 deletions sbin/Makefile.i386
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

SUBDIR += bsdlabel
SUBDIR += fdisk
SUBDIR += nvmecontrol
SUBDIR += sconfig

0 comments on commit 35d5f1b

Please sign in to comment.