diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-15 17:36:07 +0300 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-20 18:59:50 +0300 |
commit | 3d2c86e3057995270e08693231039d9d942871f0 (patch) | |
tree | f407516734a2bf81f94055bfab1530bd93079d1c /Documentation/Makefile | |
parent | 02a35aad8a3e0b2bde1986053cefc2fcd63aee5d (diff) | |
download | linux-3d2c86e3057995270e08693231039d9d942871f0.tar.xz |
selftests: Move networking/timestamping from Documentation
Remove networking from Documentation Makefile to move the test to
selftests. Update networking/timestamping Makefile to work under
selftests. These tests will not be run as part of selftests suite
and will not be included in install targets. They can be built and
run separately for now.
This is part of the effort to move runnable code from Documentation.
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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 572e9b7f3758..f530c2980618 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -1,3 +1,2 @@ subdir-y := accounting auxdisplay blackfin \ - laptops mic misc-devices \ - networking pcmcia timers watchdog + laptops mic misc-devices pcmcia timers watchdog |