From: Andrew Morton Date: Thu, 28 Feb 2013 01:05:56 +0000 (-0800) Subject: tools/testing/selftests/Makefile: rearrange targets X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=66a01b9659016cbb74dfac64861f28c71c804c97;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git tools/testing/selftests/Makefile: rearrange targets Do it one-per-line to reduce patch conflict pain. Cc: Dave Young Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index dee19ddc52fc..3cc0ad7ae863 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -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 \