summaryrefslogtreecommitdiff
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 ae169125d03f..77a308aaa5ec 100644
--- a/arch/x86/um/os-Linux/Makefile
+++ b/arch/x86/um/os-Linux/Makefile
@@ -3,10 +3,9 @@
# Licensed under the GPL
#
-obj-y = registers.o task_size.o mcontext.o
+obj-y = registers.o mcontext.o
obj-$(CONFIG_X86_32) += tls.o
-obj-$(CONFIG_64BIT) += prctl.o
USER_OBJS := $(obj-y)