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] --- Changes in v4 (James): - 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) -- git-series 0.9.1 -- 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
