summaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2016-09-16 17:40:40 -0600
committerShuah Khan <shuahkh@osg.samsung.com>2016-09-23 11:52:14 -0600
commit071bf69a0220253a44acb8b2a27f7a262b9a46bf (patch)
tree866502794134b58f493a6257d8ff49cd41353237 /Documentation/Makefile
parent155fe001c6cd840c1cef3a8c42a8f14296a47c57 (diff)
downloadop-kernel-dev-071bf69a0220253a44acb8b2a27f7a262b9a46bf.zip
op-kernel-dev-071bf69a0220253a44acb8b2a27f7a262b9a46bf.tar.gz
samples: move watchdog example code from Documentation
Move watchdog examples to samples and remove it from Documentation Makefile. Create a new Makefile to build watchdog. It can be built from top level directory or from watchdog directory: Run make -C samples/watchdog or cd samples/watchdog; make Acked-by: Jonathan Corbet <corbet@lwn.net> 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 fc386b7..b2210b7 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -1,2 +1,2 @@
subdir-y := accounting auxdisplay blackfin \
- laptops pcmcia watchdog
+ laptops pcmcia
OpenPOWER on IntegriCloud