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 | |||
| 5 | TARGETS += cpu-hotplug | 5 | TARGETS += cpu-hotplug |
| 6 | TARGETS += memory-hotplug | 6 | TARGETS += memory-hotplug |
| 7 | TARGETS += efivarfs | 7 | TARGETS += efivarfs |
| 8 | TARGETS += net-socket | 8 | TARGETS += net |
| 9 | TARGETS += net-afpacket | ||
| 10 | 9 | ||
| 11 | all: | 10 | all: |
| 12 | for TARGET in $(TARGETS); do \ | 11 | for TARGET in $(TARGETS); do \ |
