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]> Cc: Jeff Dike <[email protected]> Cc: Richard Weinberger <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Paul Burton <[email protected]> --- Changes in v6: - s/srctree/objtree/ to fix build issues when building out of tree. 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..fec1252160db 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$(objtree)/$(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
