aboutsummaryrefslogtreecommitdiff
path: root/Documentation/blackfin/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-10-10samples: move blackfin gptimers-example from DocumentationShuah Khan1-5/+0
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 <[email protected]> Acked-by: Jonathan Corbet <[email protected]> Reviewed-by: Kees Cook <[email protected]> Reported-by: Valentin Rothberg <[email protected]> Reported-by: Paul Gortmaker <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
2015-04-11Documentation: blackfin: Makefile: Typo building issueChen Gang1-1/+1
Miss a ')' for ifneq in Makefile, the related building error: Documentation/blackfin/Makefile:2: *** invalid syntax in conditional. Stop. make[1]: *** [Documentation/blackfin] Error 2 Signed-off-by: Chen Gang <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
2015-01-28Documentation: fix blackfin gptimers-example build errorsRandy Dunlap1-0/+2
Don't build the blackfin gptimers-example module when BFIN_GPTIMERS is not enabled. Allow the build when BFIN_GPTIMERS is =y or =m. I believe that this patch fixes these build errors, but I don't have a build environment to test this. ERROR: "disable_gptimers" [Documentation/blackfin/gptimers-example.ko] undefined! ERROR: "enable_gptimers" [Documentation/blackfin/gptimers-example.ko] undefined! ERROR: "set_gptimer_config" [Documentation/blackfin/gptimers-example.ko] undefined! ERROR: "clear_gptimer_intr" [Documentation/blackfin/gptimers-example.ko] undefined! ERROR: "get_gptimer_period" [Documentation/blackfin/gptimers-example.ko] undefined! ERROR: "get_gptimer_pwidth" [Documentation/blackfin/gptimers-example.ko] undefined! ERROR: "get_gptimer_intr" [Documentation/blackfin/gptimers-example.ko] undefined! Reported-by: Fenggaung Wu <[email protected]> Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
2014-09-26Documentation: add makefiles for more targetsPeter Foley1-5/+2
Add a bunch of previously unbuilt source files to the Documentation build machinery. Signed-off-by: Peter Foley <[email protected]> Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2009-12-15Blackfin: add an example showing how to use the gptimers APIMike Frysinger1-0/+6
Signed-off-by: Mike Frysinger <[email protected]>