>>> On 10.12.15 at 17:48, <car...@cardoe.com> wrote: > --- a/xen/Makefile > +++ b/xen/Makefile > @@ -34,6 +34,8 @@ default: build > .PHONY: dist > dist: install > > +build:: include/config/auto.conf > + > .PHONY: build install uninstall clean distclean cscope TAGS tags MAP gtags > build install uninstall debug clean distclean cscope TAGS tags MAP gtags:: > ifneq ($(XEN_TARGET_ARCH),x86_32) > @@ -236,9 +238,14 @@ kconfig := silentoldconfig oldconfig config menuconfig > defconfig \ > $(kconfig): > $(MAKE) -f $(BASEDIR)/tools/kconfig/Makefile.kconfig > ARCH=$(XEN_TARGET_ARCH) > $@ > > -include/config/%.conf: include/config/auto.conf.cmd > +include/config/%.conf: include/config/auto.conf.cmd .config
$(KCONFIG_CONFIG)? With that adjusted (or a reason given why it cannot be adjusted) Acked-by: Jan Beulich <jbeul...@suse.com> Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel