diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-07-26 12:59:29 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-07-26 14:25:23 +0300 |
commit | f325b73dc4db9d6c2393805b4f468e82d730764e (patch) | |
tree | 93a087d81bf2ed839b4e4d10aba63127ba976162 /tools/spi/Build | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) | |
download | linux-f325b73dc4db9d6c2393805b4f468e82d730764e.tar.xz |
spi: tools: move to tools buildsystem
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>
Diffstat (limited to 'tools/spi/Build')
-rw-r--r-- | tools/spi/Build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/spi/Build b/tools/spi/Build new file mode 100644 index 000000000000..8e8466033d99 --- /dev/null +++ b/tools/spi/Build @@ -0,0 +1,2 @@ +spidev_test-y += spidev_test.o +spidev_fdx-y += spidev_fdx.o |