diff options
| author | Andrew Morton <akpm@linux-foundation.org> | 2014-12-18 19:17:43 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-18 22:08:11 -0500 |
| commit | 96e869d85745df36e3a1bf794ce472cc2b18939b (patch) | |
| tree | 72ca94574082b23b518b1784a99ff84658d03d1c /tools | |
| parent | 66cdef663cd7a97aff6bbbf41a81a0205dc81ba2 (diff) | |
tools/testing/selftests/Makefile: alphasort the TARGETS list
This list is supposed to be sorted, to reduce patch collisions.
Cc: Shuah Khan <shuah.kh@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/testing/selftests/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index b3831f4ba845..4e511221a0c1 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile | |||
| @@ -1,22 +1,23 @@ | |||
| 1 | TARGETS = breakpoints | 1 | TARGETS = breakpoints |
| 2 | TARGETS += cpu-hotplug | 2 | TARGETS += cpu-hotplug |
| 3 | TARGETS += efivarfs | 3 | TARGETS += efivarfs |
| 4 | TARGETS += exec | ||
| 5 | TARGETS += firmware | ||
| 6 | TARGETS += ftrace | ||
| 4 | TARGETS += kcmp | 7 | TARGETS += kcmp |
| 5 | TARGETS += memfd | 8 | TARGETS += memfd |
| 6 | TARGETS += memory-hotplug | 9 | TARGETS += memory-hotplug |
| 7 | TARGETS += mqueue | ||
| 8 | TARGETS += mount | 10 | TARGETS += mount |
| 11 | TARGETS += mqueue | ||
| 9 | TARGETS += net | 12 | TARGETS += net |
| 13 | TARGETS += powerpc | ||
| 10 | TARGETS += ptrace | 14 | TARGETS += ptrace |
| 15 | TARGETS += size | ||
| 16 | TARGETS += sysctl | ||
| 11 | TARGETS += timers | 17 | TARGETS += timers |
| 12 | TARGETS += vm | ||
| 13 | TARGETS += powerpc | ||
| 14 | TARGETS += user | 18 | TARGETS += user |
| 15 | TARGETS += sysctl | 19 | TARGETS += vm |
| 16 | TARGETS += firmware | 20 | #Please keep the TARGETS list alphabetically sorted |
| 17 | TARGETS += ftrace | ||
| 18 | TARGETS += exec | ||
| 19 | TARGETS += size | ||
| 20 | 21 | ||
| 21 | TARGETS_HOTPLUG = cpu-hotplug | 22 | TARGETS_HOTPLUG = cpu-hotplug |
| 22 | TARGETS_HOTPLUG += memory-hotplug | 23 | TARGETS_HOTPLUG += memory-hotplug |
