summaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2016-09-16 16:07:20 -0600
committerShuah Khan <shuahkh@osg.samsung.com>2016-09-23 11:51:43 -0600
commit986b891ad121c61200d3dffcc8ed128a1397682e (patch)
treef3c01c12a1a30c6039d63cb7b9173c0dc9b653c5 /Documentation/Makefile
parent6bee835dd54e279f3d3ae2eca92a9c394b4fd028 (diff)
downloadop-kernel-dev-986b891ad121c61200d3dffcc8ed128a1397682e.zip
op-kernel-dev-986b891ad121c61200d3dffcc8ed128a1397682e.tar.gz
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 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 80b5bdc..3c2a207 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -1,2 +1,2 @@
subdir-y := accounting auxdisplay blackfin \
- laptops misc-devices pcmcia timers watchdog
+ laptops pcmcia timers watchdog
OpenPOWER on IntegriCloud