From f325b73dc4db9d6c2393805b4f468e82d730764e Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Wed, 26 Jul 2017 12:59:29 +0300 Subject: 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 Signed-off-by: Mark Brown --- tools/spi/Build | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/spi/Build (limited to 'tools/spi/Build') 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 -- cgit v1.2.3