diff options
author | Ingo Molnar <mingo@kernel.org> | 2015-04-08 03:01:54 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-04-08 03:01:54 -0400 |
commit | 4bcc7827b02feea2c762fa6d46a1bffb300d7403 (patch) | |
tree | 45fd2b64247cd44201fe519720494d4bf01b7014 /tools/testing/selftests | |
parent | 3f705dfdf85a6416f5f12e52b7610144a99cbedc (diff) | |
parent | f22e6e847115abc3a0e2ad7bb18d243d42275af1 (diff) |
Merge tag 'v4.0-rc7' into x86/asm, to resolve conflicts
Conflicts:
arch/x86/kernel/entry_64.S
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/testing/selftests')
-rw-r--r-- | tools/testing/selftests/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 2ad56d451469..67360e43852c 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile | |||
@@ -23,6 +23,14 @@ TARGETS += x86 | |||
23 | TARGETS_HOTPLUG = cpu-hotplug | 23 | TARGETS_HOTPLUG = cpu-hotplug |
24 | TARGETS_HOTPLUG += memory-hotplug | 24 | TARGETS_HOTPLUG += memory-hotplug |
25 | 25 | ||
26 | # Clear LDFLAGS and MAKEFLAGS if called from main | ||
27 | # Makefile to avoid test build failures when test | ||
28 | # Makefile doesn't have explicit build rules. | ||
29 | ifeq (1,$(MAKELEVEL)) | ||
30 | undefine LDFLAGS | ||
31 | override MAKEFLAGS = | ||
32 | endif | ||
33 | |||
26 | all: | 34 | all: |
27 | for TARGET in $(TARGETS); do \ | 35 | for TARGET in $(TARGETS); do \ |
28 | make -C $$TARGET; \ | 36 | make -C $$TARGET; \ |