summaryrefslogtreecommitdiffstats
path: root/package/nvme/nvme.mk
Commit message (Collapse)AuthorAgeFilesLines
* nvme: add optional udev supportSamuel Mendoza-Jonas2016-04-191-1/+10
| | | | | | | | | | | | | Commands like 'nvme list' require libudev but support for libudev is decided at compile time, and in buildroot this is hard disabled. Add a check for udev and if it is available build nvme with udev support. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com> [Thomas: - add comment to explain the LIBUDEV variable value - use += instead of = to assign <pkg>_MAKE_OPTS.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* nvme: fix legal-infoPeter Korsgaard2016-03-021-1/+1
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/441/441afa17dfd6f259642526850d92f1c9965d8353/ The license file is called LICENSE, not COPYING. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/nvme: new packageMamatha Inamdar2016-02-161-0/+23
Add support for building NVME utility - a utility for interacting with standard NVM Express (optimized PCI Express SSD interface) devices. Signed-off-by: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud