xref: /linux/arch/x86/um/os-Linux/Makefile (revision 778b8ebe5192e7a7f00563a7456517dfa63e1d90)
1#
2# Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3# Licensed under the GPL
4#
5
6obj-y = registers.o mcontext.o
7
8obj-$(CONFIG_X86_32) += tls.o
9
10USER_OBJS := $(obj-y)
11
12include $(srctree)/arch/um/scripts/Makefile.rules
13