[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v7 04/28] build: use generated Kconfig options for Xen
>>> On 10.12.15 at 17:48, <cardoe@xxxxxxxxxx> 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 <jbeulich@xxxxxxxx> Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |