Skip to content
Snippets Groups Projects
Commit 3e4c6948 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 000ec95f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment