From: James Hogan <[email protected]> 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 <[email protected]> Signed-off-by: James Hogan <[email protected]> Signed-off-by: Paul Burton <[email protected]> Cc: Jeff Dike <[email protected]> Cc: Richard Weinberger <[email protected]> Cc: [email protected] --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-alpha" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
