From: Peng Fan <[email protected]> Make string.h could be shared.
Signed-off-by: Peng Fan <[email protected]> --- inmates/Makefile | 3 ++- {inmates/lib => libbaremetal}/include/string.h | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename {inmates/lib => libbaremetal}/include/string.h (100%) diff --git a/inmates/Makefile b/inmates/Makefile index 9ccd30fa..095055c8 100644 --- a/inmates/Makefile +++ b/inmates/Makefile @@ -18,7 +18,8 @@ export INMATES_LIB INCLUDES := -I$(INMATES_LIB) \ -I$(src)/../include/arch/$(SRCARCH) \ -I$(src)/lib/include \ - -I$(src)/../include + -I$(src)/../include \ + -I$(src)/../libbaremetal/include ifeq ($(subst arm64,arm,$(SRCARCH)),arm) INCLUDES += -I$(src)/../hypervisor/arch/arm-common/include diff --git a/inmates/lib/include/string.h b/libbaremetal/include/string.h similarity index 100% rename from inmates/lib/include/string.h rename to libbaremetal/include/string.h -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20200807030632.28259-5-peng.fan%40nxp.com.
