mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
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:
parent
d974f67a52
commit
66a01b9659
1 changed files with 7 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue