Merge tag 'powerpc-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[sfrench/cifs-2.6.git] / arch / x86 / um / os-Linux / Makefile
1 #
2 # Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3 # Licensed under the GPL
4 #
5
6 obj-y = registers.o task_size.o mcontext.o
7
8 obj-$(CONFIG_X86_32) += tls.o
9
10 USER_OBJS := $(obj-y)
11
12 include $(srctree)/arch/um/scripts/Makefile.rules