[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 3/3] tmem: allow tmem to be disabled with Kconfig
>>> On 15.03.16 at 21:18, <cardoe@xxxxxxxxxx> wrote: > Wrap the various tmem functions with the Kconfig generated CONFIG_TMEM > option allowing users to build Xen without tmem support. > > Signed-off-by: Doug Goldstein <cardoe@xxxxxxxxxx> > --- > CC: Keir Fraser <keir@xxxxxxx> > CC: Jan Beulich <jbeulich@xxxxxxxx> > CC: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> > CC: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> > > changes from v1: > - add description provided by Konrad (thanks!) > - tweaks to Makefile suggested by Jan Only kind of: > @@ -65,7 +63,12 @@ obj-bin-$(CONFIG_X86) += $(foreach n,decompress bunzip2 > unxz unlzma unlzo unlz4 > obj-$(perfc) += perfc.o > obj-$(crash_debug) += gdbstub.o > > -obj-$(CONFIG_COMPAT) += $(addprefix compat/,domain.o kernel.o memory.o > multicall.o tmem_xen.o xlat.o) > +obj-$(CONFIG_COMPAT) += $(addprefix compat/,domain.o kernel.o memory.o > multicall.o xlat.o) > + > +tmem-y += tmem.o > +tmem-y += tmem_xen.o I had intentionally suggested tmem-y := tmem.o tmem_xen.o Splitting this up into two lines is a matter of taste, but not using := is inefficient, as it requires make to possibly expand the variable many times instead of just once. But anyway - since functionality wise this is fine, with or without that further adjustment 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 |