aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/um/os-Linux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/um/os-Linux/Makefile')
-rw-r--r--arch/x86/um/os-Linux/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/um/os-Linux/Makefile b/arch/x86/um/os-Linux/Makefile
index 253bfb8cb702..5249bbc30dcd 100644
--- a/arch/x86/um/os-Linux/Makefile
+++ b/arch/x86/um/os-Linux/Makefile
@@ -6,8 +6,7 @@
obj-y = registers.o task_size.o mcontext.o
obj-$(CONFIG_X86_32) += tls.o
-obj-$(CONFIG_64BIT) += prctl.o
USER_OBJS := $(obj-y)
-include arch/um/scripts/Makefile.rules
+include $(srctree)/arch/um/scripts/Makefile.rules