mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 09:12:44 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240621
@ -126,6 +126,8 @@
|
|||||||
..
|
..
|
||||||
nand
|
nand
|
||||||
..
|
..
|
||||||
|
nvme
|
||||||
|
..
|
||||||
ofw
|
ofw
|
||||||
..
|
..
|
||||||
pbio
|
pbio
|
||||||
|
@ -40,8 +40,8 @@ LDIRS= bsm cam geom net net80211 netatalk netgraph netinet netinet6 \
|
|||||||
|
|
||||||
LSUBDIRS= cam/ata cam/scsi \
|
LSUBDIRS= cam/ata cam/scsi \
|
||||||
dev/acpica dev/an dev/bktr dev/ciss dev/filemon dev/firewire dev/hwpmc \
|
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/ic dev/iicbus ${_dev_ieee488} dev/io dev/lmc dev/mfi dev/nvme \
|
||||||
dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus \
|
dev/ofw dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus \
|
||||||
dev/speaker dev/usb dev/utopia dev/vkbd dev/wi \
|
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/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 \
|
${_fs_nwfs} fs/portalfs fs/procfs fs/smbfs fs/udf fs/unionfs \
|
||||||
|
@ -2,3 +2,4 @@
|
|||||||
|
|
||||||
SUBDIR += bsdlabel
|
SUBDIR += bsdlabel
|
||||||
SUBDIR += fdisk
|
SUBDIR += fdisk
|
||||||
|
SUBDIR += nvmecontrol
|
||||||
|
@ -2,4 +2,5 @@
|
|||||||
|
|
||||||
SUBDIR += bsdlabel
|
SUBDIR += bsdlabel
|
||||||
SUBDIR += fdisk
|
SUBDIR += fdisk
|
||||||
|
SUBDIR += nvmecontrol
|
||||||
SUBDIR += sconfig
|
SUBDIR += sconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user