diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-16 18:07:20 -0400 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-23 13:51:43 -0400 |
commit | 986b891ad121c61200d3dffcc8ed128a1397682e (patch) | |
tree | f3c01c12a1a30c6039d63cb7b9173c0dc9b653c5 /MAINTAINERS | |
parent | 6bee835dd54e279f3d3ae2eca92a9c394b4fd028 (diff) |
samples: move misc-devices/mei example code from Documentation
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 <corbet@lwn.net>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 20bb1d00098c..b76872ace843 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6244,6 +6244,7 @@ F: include/linux/mei_cl_bus.h | |||
6244 | F: drivers/misc/mei/* | 6244 | F: drivers/misc/mei/* |
6245 | F: drivers/watchdog/mei_wdt.c | 6245 | F: drivers/watchdog/mei_wdt.c |
6246 | F: Documentation/misc-devices/mei/* | 6246 | F: Documentation/misc-devices/mei/* |
6247 | F: samples/mei/* | ||
6247 | 6248 | ||
6248 | INTEL MIC DRIVERS (mic) | 6249 | INTEL MIC DRIVERS (mic) |
6249 | M: Sudeep Dutt <sudeep.dutt@intel.com> | 6250 | M: Sudeep Dutt <sudeep.dutt@intel.com> |