| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-09-23 | samples: move misc-devices/mei example code from Documentation | Shuah Khan | 1 | -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-26 | Documentation: use subdir-y to avoid unnecessary built-in.o files | Peter Foley | 1 | -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]> | |||||