tools/testing/selftests/Makefile: rearrange targets

Do it one-per-line to reduce patch conflict pain.

Cc: Dave Young <dyoung@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Andrew Morton 2013-02-27 17:05:56 -08:00 committed by Linus Torvalds
parent d974f67a52
commit 66a01b9659

View File

@ -1,4 +1,10 @@
TARGETS = breakpoints kcmp mqueue vm cpu-hotplug memory-hotplug efivarfs
TARGETS = breakpoints
TARGETS += kcmp
TARGETS += mqueue
TARGETS += vm
TARGETS += cpu-hotplug
TARGETS += memory-hotplug
TARGETS += efivarfs
all:
for TARGET in $(TARGETS); do \