[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XEN PATCH v4 04/18] xen/build: include include/config/auto.conf in main Makefile
On 31.03.2020 12:30, Anthony PERARD wrote: > --- a/xen/scripts/Kbuild.include > +++ b/xen/scripts/Kbuild.include > @@ -32,3 +32,8 @@ cc-ifversion = $(shell [ $(CONFIG_GCC_VERSION)0 $(1) > $(2)000 ] && echo $(3) || e > # Usage: > # $(MAKE) $(clean) dir > clean := -f $(BASEDIR)/scripts/Makefile.clean clean -C > + > +# Shorthand for kconfig > +# Usage: > +# $(MAKE) $(kconfig) target > +kconfig = -f $(BASEDIR)/tools/kconfig/Makefile.kconfig ARCH=$(ARCH) > SRCARCH=$(SRCARCH) HOSTCC="$(HOSTCC)" HOSTCXX="$(HOSTCXX)" Is this going to be needed outside of xen/Makefile? If not, I'd like to ask that it be local to xen/Makefile. With the adjustment or with a reply clarifying to future plans Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> Jan
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |