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
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.