summaryrefslogtreecommitdiffstats
path: root/tools/spi/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spi: tools: add install sectionAndy Shevchenko2017-07-261-1/+9
| | | | | | | Allow user to call install target. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* spi: tools: move to tools buildsystemAndy Shevchenko2017-07-261-2/+54
| | | | | | | | There is a nice buildsystem dedicated for userspace tools in Linux kernel tree. Switch spi target to be built by it. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
* spi: tools: enable CROSS_COMPILE in MakefileJorge Ramirez-Ortiz2016-09-121-0/+2
| | | | | Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
* spi: Move spi code from Documentation to toolsJoshua Clayton2015-11-231-0/+4
Jon Corbet requested this code moved with the last changeset, https://lkml.org/lkml/2015/3/1/144, but the patch was not applied because it missed the Makefile. Moved spidev_test, spidev_fdx and their Makefile infrastructure. Signed-off-by: Joshua Clayton <stillcompiling@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>