aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile.amd64
Commit message (Collapse)AuthorAgeFilesLines
* NVME support is only for x86 and powerpc64.Warner Losh2018-06-141-1/+0
| | | | | | | | | | | | | | | | Implement MK_NVME now that the expression for where NVMe is complicated. Default it to "yes" for x86 and powerpc64 and no everywhere else. Use it in camcontrol to define WITH_NVME for those platforms where we support nvme. This should fix the newly introduced nvme files to camcontrol which were building everywhere. Pointy Hat To: imp Sponsored by: Netflix Notes: svn path=/head/; revision=335101
* Integrate nvmecontrol(8) into the amd64 and i386 builds.Jim Harris2012-09-171-0/+1
| | | | | | | | | This includes adding NVMe header files to /usr/include/dev/nvme. Sponsored by: Intel Notes: svn path=/head/; revision=240621
* MF tbemd: Move to using Makefile.arch to select what to build.Warner Losh2010-09-131-0/+4
Reviewed by: arch@ (no objection) Notes: svn path=/head/; revision=212527