summaryrefslogtreecommitdiff
path: root/arch/um/os-Linux/sys-x86/Makefile
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2011-08-18 20:05:19 +0100
committerRichard Weinberger <richard@nod.at>2011-11-02 14:14:59 +0100
commitab1c0cc7c96c17ea903ca6d3e42e7d2696b32b6c (patch)
tree9a72e06cab7b6dd293b16048d2928695c935ea46 /arch/um/os-Linux/sys-x86/Makefile
parent248b74c79ebb9fb55e146797a808836d90418c4b (diff)
um: finish conversion to mcontext_t
now we don't mix host and guest signal frame layouts anymore; moreover, we don't need host's struct sigcontext at all. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/os-Linux/sys-x86/Makefile')
-rw-r--r--arch/um/os-Linux/sys-x86/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/os-Linux/sys-x86/Makefile b/arch/um/os-Linux/sys-x86/Makefile
index 22cc5073c020..253bfb8cb702 100644
--- a/arch/um/os-Linux/sys-x86/Makefile
+++ b/arch/um/os-Linux/sys-x86/Makefile
@@ -3,7 +3,7 @@
# Licensed under the GPL
#
-obj-y = registers.o task_size.o
+obj-y = registers.o task_size.o mcontext.o
obj-$(CONFIG_X86_32) += tls.o
obj-$(CONFIG_64BIT) += prctl.o