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:
committed by
Linus Torvalds
parent
d974f67a52
commit
66a01b9659
@@ -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:
|
all:
|
||||||
for TARGET in $(TARGETS); do \
|
for TARGET in $(TARGETS); do \
|
||||||
|
Reference in New Issue
Block a user