forked from microsoft/WSL2-Linux-Kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Shuah Khan
committed
Sep 20, 2016
1 parent
02a35aa
commit 3d2c86e
Showing
8 changed files
with
9 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
subdir-y := accounting auxdisplay blackfin \ | ||
laptops mic misc-devices \ | ||
networking pcmcia timers watchdog | ||
laptops mic misc-devices pcmcia timers watchdog |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
TEST_PROGS := hwtstamp_config timestamping txtimestamp | ||
|
||
all: $(TEST_PROGS) | ||
|
||
include ../../lib.mk | ||
|
||
clean: | ||
rm -fr $(TEST_PROGS) |
File renamed without changes.
File renamed without changes.
File renamed without changes.