[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/LIBUNWIND PATCH] Fix global include paths
Hi Costin, thanks for this fix. -- Felipe Reviewed-by: Felipe Huici <felipe.huici@xxxxxxxxx> On 21.08.19, 14:27, "Costin Lupu" <costin.lupu@xxxxxxxxx> wrote: The headers from src/ subdirectory should be included only for this library source code. Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx> --- Makefile.uk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.uk b/Makefile.uk index 109e5e8..5e27c44 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -65,11 +65,12 @@ LIBUNWIND_SRC=$(LIBUNWIND_ORIGIN)/$(LIBUNWIND_SUBDIR) ################################################################################ # Library includes ################################################################################ -CINCLUDES-$(CONFIG_LIBUNWIND) += -I$(LIBUNWIND_SRC)/src CINCLUDES-$(CONFIG_LIBUNWIND) += -I$(LIBUNWIND_SRC)/include -CXXINCLUDES-$(CONFIG_LIBUNWIND) += -I$(LIBUNWIND_SRC)/src CXXINCLUDES-$(CONFIG_LIBUNWIND) += -I$(LIBUNWIND_SRC)/include +LIBUNWIND_CINCLUDES-y += -I$(LIBUNWIND_SRC)/src +LIBUNWIND_CXXINCLUDES-y += -I$(LIBUNWIND_SRC)/src + ################################################################################ # Global flags ################################################################################ -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |