summaryrefslogtreecommitdiffstats
path: root/Documentation/spi/Makefile
diff options
context:
space:
mode:
authorJoshua Clayton <stillcompiling@gmail.com>2015-11-18 23:30:37 +0100
committerMark Brown <broonie@kernel.org>2015-11-23 15:54:01 +0100
commit5eca4d843f9f0c3140a8657ba2f8217ee6c08c11 (patch)
tree207aaf175ef415b4569f4637f26630af1aac0c19 /Documentation/spi/Makefile
parentLinux 4.4-rc1 (diff)
downloadlinux-5eca4d843f9f0c3140a8657ba2f8217ee6c08c11.tar.xz
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 'Documentation/spi/Makefile')
-rw-r--r--Documentation/spi/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/spi/Makefile b/Documentation/spi/Makefile
deleted file mode 100644
index efa255813e9d..000000000000
--- a/Documentation/spi/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# List of programs to build
-hostprogs-y := spidev_test spidev_fdx
-
-# Tell kbuild to always build the programs
-always := $(hostprogs-y)
-
-HOSTCFLAGS_spidev_test.o += -I$(objtree)/usr/include
-HOSTCFLAGS_spidev_fdx.o += -I$(objtree)/usr/include