diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-04-25 19:03:09 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-04-28 16:47:59 +0300 |
commit | 934275c4805ce0bbb0df633bd6015dd455ff6cad (patch) | |
tree | 866e347f2289dd154f7c5b1f59895b25789cd0bb /Documentation/Makefile | |
parent | 14fbff6b4e48a529c90e771598ac12bffd445ff4 (diff) | |
download | linux-934275c4805ce0bbb0df633bd6015dd455ff6cad.tar.xz |
samples: v4l: from Documentation to samples directory
A small bug with the new autoksyms support showed that there are
two kernel modules in the Documentation directory that qualify
as samples, while all other samples are in the samples/ directory.
This patch was originally meant as a workaround for that bug, but
it has now been solved in a different way. However, I still think
it makes sense as a cleanup to consolidate all sample code in
one place.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 13b5ae1b87aa..de955e151af8 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -1,4 +1,3 @@ subdir-y := accounting auxdisplay blackfin \ filesystems filesystems ia64 laptops mic misc-devices \ - networking pcmcia prctl ptp timers vDSO video4linux \ - watchdog + networking pcmcia prctl ptp timers vDSO watchdog |