diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-17 01:20:42 +0200 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-23 19:51:58 +0200 |
commit | 155fe001c6cd840c1cef3a8c42a8f14296a47c57 (patch) | |
tree | 14d1f3f9ded611d9eca37894cc4879b90b30c9e4 /Documentation/timers/Makefile | |
parent | samples: move misc-devices/mei example code from Documentation (diff) | |
download | linux-155fe001c6cd840c1cef3a8c42a8f14296a47c57.tar.xz linux-155fe001c6cd840c1cef3a8c42a8f14296a47c57.zip |
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/timers/Makefile')
-rw-r--r-- | Documentation/timers/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/timers/Makefile b/Documentation/timers/Makefile deleted file mode 100644 index 6c09ee6ca721..000000000000 --- a/Documentation/timers/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -# List of programs to build -hostprogs-$(CONFIG_X86) := hpet_example - -# Tell kbuild to always build the programs -always := $(hostprogs-y) |