diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-16 17:40:40 -0600 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-23 11:52:14 -0600 |
commit | 071bf69a0220253a44acb8b2a27f7a262b9a46bf (patch) | |
tree | 866502794134b58f493a6257d8ff49cd41353237 /Documentation/Makefile | |
parent | 155fe001c6cd840c1cef3a8c42a8f14296a47c57 (diff) | |
download | linux-071bf69a0220253a44acb8b2a27f7a262b9a46bf.tar.bz2 |
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/Makefile | 2 |
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 |