summaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorShuah Khan2016-09-17 01:40:40 +0200
committerShuah Khan2016-09-23 19:52:14 +0200
commit071bf69a0220253a44acb8b2a27f7a262b9a46bf (patch)
tree866502794134b58f493a6257d8ff49cd41353237 /Documentation/Makefile
parentsamples: move timers example code from Documentation (diff)
downloadkernel-qcow2-linux-071bf69a0220253a44acb8b2a27f7a262b9a46bf.tar.gz
kernel-qcow2-linux-071bf69a0220253a44acb8b2a27f7a262b9a46bf.tar.xz
kernel-qcow2-linux-071bf69a0220253a44acb8b2a27f7a262b9a46bf.zip
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 fc386b7a01b2..b2210b7af2e5 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -1,2 +1,2 @@
subdir-y := accounting auxdisplay blackfin \
- laptops pcmcia watchdog
+ laptops pcmcia