Integrate nvmecontrol(8) into the amd64 and i386 builds.
This includes adding NVMe header files to /usr/include/dev/nvme. Sponsored by: Intel
This commit is contained in:
parent
4cb79292f7
commit
a724927cf3
@ -126,6 +126,8 @@
|
||||
..
|
||||
nand
|
||||
..
|
||||
nvme
|
||||
..
|
||||
ofw
|
||||
..
|
||||
pbio
|
||||
|
@ -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 \
|
||||
|
@ -2,3 +2,4 @@
|
||||
|
||||
SUBDIR += bsdlabel
|
||||
SUBDIR += fdisk
|
||||
SUBDIR += nvmecontrol
|
||||
|
@ -2,4 +2,5 @@
|
||||
|
||||
SUBDIR += bsdlabel
|
||||
SUBDIR += fdisk
|
||||
SUBDIR += nvmecontrol
|
||||
SUBDIR += sconfig
|
||||
|
Loading…
Reference in New Issue
Block a user