diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-13 22:03:35 +0300 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-20 18:58:34 +0300 |
commit | 02a35aad8a3e0b2bde1986053cefc2fcd63aee5d (patch) | |
tree | a06f839bc7e20151e1efef5765c7db5d1000e8e7 /Documentation/watchdog/src/Makefile | |
parent | b6ebbac51bedf9e98e837688bc838f400196da5e (diff) | |
download | linux-02a35aad8a3e0b2bde1986053cefc2fcd63aee5d.tar.xz |
selftests: move watchdog tests from Documentation/watchdog
Remove watchdog-test from Makefile to move the test to selftests.
Add Makefile and .gitignore for watchdog-test. watchdog-test will
not be run as part of selftests suite and will not be included in
install targets. It can be built separately for now.
Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'Documentation/watchdog/src/Makefile')
-rw-r--r-- | Documentation/watchdog/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/watchdog/src/Makefile b/Documentation/watchdog/src/Makefile index 4a892c304983..47be791827d4 100644 --- a/Documentation/watchdog/src/Makefile +++ b/Documentation/watchdog/src/Makefile @@ -1,5 +1,5 @@ # List of programs to build -hostprogs-y := watchdog-simple watchdog-test +hostprogs-y := watchdog-simple # Tell kbuild to always build the programs always := $(hostprogs-y) |