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 /Documentation/Makefile | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) | |
download | linux-5eca4d843f9f0c3140a8657ba2f8217ee6c08c11.tar.bz2 |
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/Makefile')
-rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index bc0548201755..1207d7907650 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -1,4 +1,4 @@ subdir-y := accounting auxdisplay blackfin connector \ filesystems filesystems ia64 laptops mic misc-devices \ - networking pcmcia prctl ptp spi timers vDSO video4linux \ + networking pcmcia prctl ptp timers vDSO video4linux \ watchdog |