diff options
author | Joshua Clayton <stillcompiling@gmail.com> | 2015-11-18 14:30:37 -0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-23 14:54:01 +0000 |
commit | 5eca4d843f9f0c3140a8657ba2f8217ee6c08c11 (patch) | |
tree | 207aaf175ef415b4569f4637f26630af1aac0c19 /tools/spi/Makefile | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) | |
download | linux-5eca4d843f9f0c3140a8657ba2f8217ee6c08c11.tar.gz linux-5eca4d843f9f0c3140a8657ba2f8217ee6c08c11.tar.bz2 linux-5eca4d843f9f0c3140a8657ba2f8217ee6c08c11.zip |
spi: Move spi code from Documentation to tools
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>
Diffstat (limited to 'tools/spi/Makefile')
-rw-r--r-- | tools/spi/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/spi/Makefile b/tools/spi/Makefile new file mode 100644 index 000000000000..cd0db62e4d9d --- /dev/null +++ b/tools/spi/Makefile @@ -0,0 +1,4 @@ +all: spidev_test spidev_fdx + +clean: + $(RM) spidev_test spidev_fdx |