samples: move blackfin gptimers-example from Documentation
authorShuah Khan <shuahkh@osg.samsung.com>
Thu, 6 Oct 2016 22:00:50 +0000 (16:00 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Mon, 10 Oct 2016 13:12:02 +0000 (07:12 -0600)
commit184892925118d924aa9304b466946ae18c029932
tree59b5e82d76e4095c8ab3b47055f9277cdabb303a
parenta67cd5482f37a255b9990ddb942aa7009dcba12f
samples: move blackfin gptimers-example from Documentation

Move blackfin gptimers-example to samples and remove it from Documentation
Makefile. Update samples Kconfig and Makefile to build gptimers-example.

blackfin is the last CONFIG_BUILD_DOCSRC target in Documentation/Makefile.
Hence this patch also includes changes to remove CONFIG_BUILD_DOCSRC from
Makefile and lib/Kconfig.debug and updates VIDEO_PCI_SKELETON dependency
on BUILD_DOCSRC.

Documentation/Makefile is not deleted to avoid braking make htmldocs and
make distclean.

Acked-by: Michal Marek <mmarek@suse.com>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Reviewed-by: Kees Cook <keescook@chromium.org>
Reported-by: Valentin Rothberg <valentinrothberg@gmail.com>
Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Documentation/Makefile
Documentation/blackfin/00-INDEX
Documentation/blackfin/Makefile [deleted file]
Documentation/blackfin/gptimers-example.c [deleted file]
Makefile
drivers/media/v4l2-core/Kconfig
lib/Kconfig.debug
samples/Kconfig
samples/Makefile
samples/blackfin/Makefile [new file with mode: 0644]
samples/blackfin/gptimers-example.c [new file with mode: 0644]