aboutsummaryrefslogtreecommitdiff
path: root/Documentation/misc-devices/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-09-23samples: move misc-devices/mei example code from DocumentationShuah Khan1-1/+0
Move misc-devices/mei examples to samples/mei and remove it from Documentation Makefile. Delete misc-devices/Makefile. Create a new Makefile to build samples/mei. It can be built from top level directory or from mei directory: Run make -C samples/mei or cd samples/mei; make Acked-by: Jonathan Corbet <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Acked-by: Tomas Winkler <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
2014-09-26Documentation: use subdir-y to avoid unnecessary built-in.o filesPeter Foley1-0/+1
Change the Documentation makefiles from obj-m to subdir-y to avoid generating unnecessary built-in.o files since nothing in Documentation/ is ever linked in to vmlinux. Signed-off-by: Peter Foley <[email protected]> Acked-by: Sam Ravnborg <[email protected]> Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>