Message ID | 20170505115725.1424772-2-arnd@arndb.de |
---|---|
State | New |
Headers | show |
Series | fixes for all remaining known warnings | expand |
On Fri, May 05, 2017 at 01:57:17PM +0200, Arnd Bergmann wrote: > From: Masahiro Yamada <yamada.masahiro@socionext.com> > > Commit f36963c9d3f6f415732710da3acdd8608a9fa0e5 upstream. Wrong commit id :(
On Fri, May 05, 2017 at 10:14:32AM -0700, Greg KH wrote: > On Fri, May 05, 2017 at 01:57:17PM +0200, Arnd Bergmann wrote: > > From: Masahiro Yamada <yamada.masahiro@socionext.com> > > > > Commit f36963c9d3f6f415732710da3acdd8608a9fa0e5 upstream. > > Wrong commit id :( It's de4619937229378e81f95e99c9866acc8e207d34, I'll fix this...
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 9645c0739386..fc34f46cb025 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -110,7 +110,7 @@ define mergeconfig $(if $(wildcard $(objtree)/.config),, $(error You need an existing .config for this target)) $(if $(call configfiles,$(1)),, $(error No configuration exists for this target on this architecture)) $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m -O $(objtree) $(objtree)/.config $(call configfiles,$(1)) -$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig ++$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig endef PHONY += kvmconfig