diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-16 17:20:42 -0600 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-23 11:51:58 -0600 |
commit | 155fe001c6cd840c1cef3a8c42a8f14296a47c57 (patch) | |
tree | 14d1f3f9ded611d9eca37894cc4879b90b30c9e4 /Documentation/Makefile | |
parent | 986b891ad121c61200d3dffcc8ed128a1397682e (diff) | |
download | linux-155fe001c6cd840c1cef3a8c42a8f14296a47c57.tar.bz2 |
samples: move timers example code from Documentation
Move timers examples to samples and remove it from Documentation
Makefile. Create a new Makefile to build timers. It can be built
from top level directory or from timers directory:
Run make -C samples/timers or cd samples/timers; make
Acked-by: Jonathan Corbet <corbet@lwn.net>
Acked-by: Clemens Ladisch <clemens@ladisch.de>
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 3c2a207a7c40..fc386b7a01b2 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -1,2 +1,2 @@ subdir-y := accounting auxdisplay blackfin \ - laptops pcmcia timers watchdog + laptops pcmcia watchdog |