From: James Hogan <jhogan@xxxxxxxxxx> Add the um specific generated includes directory to MODE_INCLUDE so that asm/compiler.h can be used for overriding linux/compiler*.h which is included automatically, with um using a generated asm-generic wrapper at arch/um/include/generated/asm/compiler.h. Reported-by: kbuild test robot <lkp@xxxxxxxxx> Signed-off-by: James Hogan <jhogan@xxxxxxxxxx> Signed-off-by: Paul Burton <paul.burton@xxxxxxxx> Cc: Jeff Dike <jdike@xxxxxxxxxxx> Cc: Richard Weinberger <richard@xxxxxx> Cc: user-mode-linux-devel@xxxxxxxxxxxxxxxxxxxxx --- I've been unable to reproduce the error the kbuild test robot reported for v4 [1], so I'm hoping it may disappear with the rebased series or at least give me more information if not... [1] https://www.linux-mips.org/archives/linux-mips/2018-05/msg00094.html Changes in v5: None Changes in v4: - New patch in v4. arch/um/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/um/Makefile b/arch/um/Makefile index e54dda8a0363..543d12d230ab 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile @@ -30,6 +30,7 @@ core-y += $(ARCH_DIR)/kernel/ \ $(ARCH_DIR)/os-$(OS)/ MODE_INCLUDE += -I$(srctree)/$(ARCH_DIR)/include/shared/skas +MODE_INCLUDE += -I$(srctree)/$(ARCH_DIR)/include/generated HEADER_ARCH := $(SUBARCH) -- 2.18.0