diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-17 01:40:40 +0200 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-23 19:52:14 +0200 |
commit | 071bf69a0220253a44acb8b2a27f7a262b9a46bf (patch) | |
tree | 866502794134b58f493a6257d8ff49cd41353237 /samples/watchdog/.gitignore | |
parent | samples: move timers example code from Documentation (diff) | |
download | linux-071bf69a0220253a44acb8b2a27f7a262b9a46bf.tar.xz 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 'samples/watchdog/.gitignore')
-rw-r--r-- | samples/watchdog/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/watchdog/.gitignore b/samples/watchdog/.gitignore new file mode 100644 index 000000000000..ff0ebb540333 --- /dev/null +++ b/samples/watchdog/.gitignore @@ -0,0 +1 @@ +watchdog-simple |