diff options
Diffstat (limited to 'arch/um/Makefile')
-rw-r--r-- | arch/um/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile index fac25e202120..3af8c81bf4f0 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile | |||
@@ -19,8 +19,7 @@ core-y += $(ARCH_DIR)/kernel/ \ | |||
19 | $(ARCH_DIR)/os-$(OS)/ | 19 | $(ARCH_DIR)/os-$(OS)/ |
20 | 20 | ||
21 | # Have to precede the include because the included Makefiles reference them. | 21 | # Have to precede the include because the included Makefiles reference them. |
22 | SYMLINK_HEADERS := archparam.h processor.h ptrace.h \ | 22 | SYMLINK_HEADERS := archparam.h processor.h ptrace.h module.h elf.h |
23 | module.h vm-flags.h elf.h | ||
24 | SYMLINK_HEADERS := $(foreach header,$(SYMLINK_HEADERS),$(ARCH_DIR)/include/asm/$(header)) | 23 | SYMLINK_HEADERS := $(foreach header,$(SYMLINK_HEADERS),$(ARCH_DIR)/include/asm/$(header)) |
25 | 24 | ||
26 | # XXX: The "os" symlink is only used by arch/um/include/os.h, which includes | 25 | # XXX: The "os" symlink is only used by arch/um/include/os.h, which includes |