diff options
Diffstat (limited to 'arch/um/Makefile')
-rw-r--r-- | arch/um/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile index e4b1a9639c4d..17d4460b1af3 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile | |||
@@ -43,8 +43,8 @@ endif | |||
43 | 43 | ||
44 | HOST_DIR := arch/$(HEADER_ARCH) | 44 | HOST_DIR := arch/$(HEADER_ARCH) |
45 | 45 | ||
46 | include $(srctree)/$(ARCH_DIR)/Makefile-skas | 46 | include $(ARCH_DIR)/Makefile-skas |
47 | include $(srctree)/$(HOST_DIR)/Makefile.um | 47 | include $(HOST_DIR)/Makefile.um |
48 | 48 | ||
49 | core-y += $(HOST_DIR)/um/ | 49 | core-y += $(HOST_DIR)/um/ |
50 | 50 | ||
@@ -73,7 +73,7 @@ USER_CFLAGS = $(patsubst $(KERNEL_DEFINES),,$(patsubst -D__KERNEL__,,\ | |||
73 | $(filter -I%,$(CFLAGS)) -D_FILE_OFFSET_BITS=64 -idirafter include | 73 | $(filter -I%,$(CFLAGS)) -D_FILE_OFFSET_BITS=64 -idirafter include |
74 | 74 | ||
75 | #This will adjust *FLAGS accordingly to the platform. | 75 | #This will adjust *FLAGS accordingly to the platform. |
76 | include $(srctree)/$(ARCH_DIR)/Makefile-os-$(OS) | 76 | include $(ARCH_DIR)/Makefile-os-$(OS) |
77 | 77 | ||
78 | KBUILD_CPPFLAGS += -I$(srctree)/$(HOST_DIR)/include \ | 78 | KBUILD_CPPFLAGS += -I$(srctree)/$(HOST_DIR)/include \ |
79 | -I$(srctree)/$(HOST_DIR)/include/uapi \ | 79 | -I$(srctree)/$(HOST_DIR)/include/uapi \ |