summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-08-21 16:03:48 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-08-25 10:32:35 +0900
commit3e4c6948e78b495708a99c0599e50f0faffb2ade (patch)
tree29636e944c2e2a9ed3d24c8588cb4916481e9b06 /Makefile
parent000ec95fbe757401b5da1c9904840085204e5b3d (diff)
kbuild: remove unneeded '+' marker from kselftest-merge
This line contains $(MAKE), so Make knows that it will invoke sub-make without help of the '+' marker. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 668e65c47ee1..3f95d1d04b08 100644
--- a/Makefile
+++ b/Makefile
@@ -1250,7 +1250,7 @@ kselftest-merge:
$(if $(wildcard $(objtree)/.config),, $(error No .config exists, config your kernel first!))
$(Q)find $(srctree)/tools/testing/selftests -name config | \
xargs $(srctree)/scripts/kconfig/merge_config.sh -m $(objtree)/.config
- +$(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
+ $(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
# ---------------------------------------------------------------------------
# Devicetree files