Makefile 270 B

12345678910111213
  1. #
  2. # Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
  3. # Licensed under the GPL
  4. #
  5. obj-y = registers.o task_size.o mcontext.o
  6. obj-$(CONFIG_X86_32) += tls.o
  7. obj-$(CONFIG_64BIT) += prctl.o
  8. USER_OBJS := $(obj-y)
  9. include arch/um/scripts/Makefile.rules