From: Peng Fan <[email protected]> Move mmio.h out of inmates to make it could be shared
Signed-off-by: Peng Fan <[email protected]> --- inmates/Makefile | 1 + {inmates/lib => libbaremetal}/arm-common/include/mmio.h | 0 2 files changed, 1 insertion(+) rename {inmates/lib => libbaremetal}/arm-common/include/mmio.h (100%) diff --git a/inmates/Makefile b/inmates/Makefile index 18a94853..9ccd30fa 100644 --- a/inmates/Makefile +++ b/inmates/Makefile @@ -22,6 +22,7 @@ INCLUDES := -I$(INMATES_LIB) \ ifeq ($(subst arm64,arm,$(SRCARCH)),arm) INCLUDES += -I$(src)/../hypervisor/arch/arm-common/include +INCLUDES += -I$(src)/../libbaremetal/arm-common/include endif LINUXINCLUDE := $(INCLUDES) diff --git a/inmates/lib/arm-common/include/mmio.h b/libbaremetal/arm-common/include/mmio.h similarity index 100% rename from inmates/lib/arm-common/include/mmio.h rename to libbaremetal/arm-common/include/mmio.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-3-peng.fan%40nxp.com.
