fc47a0d18a
user_time_init_skas and user_time_init_tt were essentially the same. So, this merges them, deleting the mode-specific functions and declarations. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
14 lines
302 B
Makefile
14 lines
302 B
Makefile
#
|
|
# Copyright (C) 2002 - 2004 Jeff Dike (jdike@addtoit.com)
|
|
# Licensed under the GPL
|
|
#
|
|
|
|
obj-y := exec_kern.o mem.o mem_user.o mmu.o process.o process_kern.o \
|
|
syscall_kern.o syscall_user.o tlb.o trap_user.o uaccess.o \
|
|
|
|
subdir- := util
|
|
|
|
USER_OBJS := process.o
|
|
|
|
include arch/um/scripts/Makefile.rules
|