asm/unified.h is only injected on ARM. Signed-off-by: Jan Kiszka <[email protected]> --- hypervisor/arch/arm64/Makefile | 2 -- inmates/lib/arm64/Makefile.lib | 2 -- 2 files changed, 4 deletions(-)
diff --git a/hypervisor/arch/arm64/Makefile b/hypervisor/arch/arm64/Makefile index 33e604f..2d44cdd 100644 --- a/hypervisor/arch/arm64/Makefile +++ b/hypervisor/arch/arm64/Makefile @@ -12,8 +12,6 @@ include $(CONFIG_MK) -KBUILD_AFLAGS := $(subst -include asm/unified.h,,$(KBUILD_AFLAGS)) - COMMON := ../arm-common always := built-in.o diff --git a/inmates/lib/arm64/Makefile.lib b/inmates/lib/arm64/Makefile.lib index 1b787e8..f8519d8 100644 --- a/inmates/lib/arm64/Makefile.lib +++ b/inmates/lib/arm64/Makefile.lib @@ -14,8 +14,6 @@ -include $(obj)/../../../hypervisor/include/generated/config.mk -KBUILD_AFLAGS := $(filter-out -include asm/unified.h,$(KBUILD_AFLAGS)) - KBUILD_CFLAGS += -I$(INMATES_LIB)/include KBUILD_AFLAGS += -I$(INMATES_LIB)/include -- 2.1.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]. For more options, visit https://groups.google.com/d/optout.
