[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH v3 3/8] build/Makefile.rules: Add variant argument to src2dep function
Reviewed-by: Yuri Volchkov <yuri.volchkov@xxxxxxxxx> Simon Kuenzer <simon.kuenzer@xxxxxxxxx> writes: > The src2dep() function in support/build/Makefile.rules did not hand-over > the (optional) variant argument to the underlying src2obj() function. > This commits corrects this behavior. > > Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> > --- > support/build/Makefile.rules | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/support/build/Makefile.rules b/support/build/Makefile.rules > index e8da2c0..0bc5a63 100644 > --- a/support/build/Makefile.rules > +++ b/support/build/Makefile.rules > @@ -75,8 +75,8 @@ endef > obj2dep = $(patsubst %.o,%.d,$(1)) > > # converts a list of sources (.S, .c, .cc, .cpp) to paths pointing to their > corresponding dependency file > -# src2dep $libname,$source(s) > -src2dep = $(call obj2dep,$(call src2obj,$(1),$(2))) > +# src2dep $libname,$source(s),$variant(optional) > +src2dep = $(call obj2dep,$(call src2obj,$(1),$(2),$(3))) > > > > ################################################################################ > -- > 2.7.4 > -- Yuri Volchkov Software Specialist NEC Europe Ltd Kurfürsten-Anlage 36 D-69115 Heidelberg _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |