Kyle Swenson | 8d8f654 | 2021-03-15 11:02:55 -0600 | [diff] [blame^] | 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 | obj-$(CONFIG_64BIT) += prctl.o | ||||
10 | |||||
11 | USER_OBJS := $(obj-y) | ||||
12 | |||||
13 | include arch/um/scripts/Makefile.rules |