diff options
author | David S. Miller <davem@davemloft.net> | 2013-03-20 15:07:56 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-20 15:07:56 -0400 |
commit | a6f68034de8a5784dfeabb337506254c80b4c8c6 (patch) | |
tree | edb2cce97a947d80676d34fb89c2a0a218bc77f3 /tools/testing/selftests/Makefile | |
parent | 4c1d8d0617a39c8325a7c2fd80ac14bf40fd8cc6 (diff) |
net: Move selftests to common net/ subdirectory.
Suggested-by: Daniel Baluta <daniel.baluta@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r-- | tools/testing/selftests/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 7f50078d0e8c..a4805932972b 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -5,8 +5,7 @@ TARGETS += vm TARGETS += cpu-hotplug TARGETS += memory-hotplug TARGETS += efivarfs -TARGETS += net-socket -TARGETS += net-afpacket +TARGETS += net all: for TARGET in $(TARGETS); do \ |