aboutsummaryrefslogtreecommitdiff
path: root/Documentation/mic/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-09-20samples: move mic/mpssd example code from DocumentationShuah Khan1-1/+0
Move mic/mpssd examples to samples and remove it from Documentation Makefile. Create a new Makefile to build mic/mpssd. It can be built from top level directory or from mic/mpssd directory: Run make -C samples/mic/mpssd or cd samples/mic/mpssd; make Acked-by: Jonathan Corbet <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
2014-09-26Documentation: add makefiles for more targetsPeter Foley1-0/+1
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]>