Skip to content

Commit

Permalink
tools/testing/selftests/Makefile: rearrange targets
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 28, 2013
1 parent d974f67 commit 66a01b9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tools/testing/selftests/Makefile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 66a01b9

Please sign in to comment.