aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/Makefile')
-rw-r--r--arch/um/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile
index 1d136640d360..e3465dab57fd 100644
--- a/arch/um/Makefile
+++ b/arch/um/Makefile
@@ -166,6 +166,14 @@ endef
166$(ARCH_DIR)/include/uml-config.h : include/linux/autoconf.h 166$(ARCH_DIR)/include/uml-config.h : include/linux/autoconf.h
167 $(call filechk,umlconfig) 167 $(call filechk,umlconfig)
168 168
169$(ARCH_DIR)/user-offsets.s: $(ARCH_DIR)/sys-$(SUBARCH)/user-offsets.c
170 $(CC) $(USER_CFLAGS) -S -o $@ $<
171
172$(ARCH_DIR)/user-offsets.h: $(ARCH_DIR)/user-offsets.s
173 $(call filechk,gen-asm-offsets)
174
175CLEAN_FILES += $(ARCH_DIR)/user-offsets.s $(ARCH_DIR)/user-offsets.h
176
169$(ARCH_DIR)/include/task.h: $(ARCH_DIR)/util/mk_task 177$(ARCH_DIR)/include/task.h: $(ARCH_DIR)/util/mk_task
170 $(call filechk,gen_header) 178 $(call filechk,gen_header)
171 179