aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile.powerpc64
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
* Build nvmecontrol on powerpc64Justin Hibbits2018-06-071-0/+1
| | | | | | | | The nvme driver is compiled for powerpc64 already, and the one fix required to build nvmecontrol on powerpc64 was fixed in r334754. Notes: svn path=/head/; revision=334755
* Add bsdlabel and fdisk to powerpc64Wojciech Macek2018-02-221-0/+4
Submitted by: Wojciech Macek <wma@semihalf.org> Obtained from: Semihalf Sponsored by: IBM, QCM Technologies Notes: svn path=/head/; revision=329822