6939e5af8472ceecf90fa878c72a4b0e927ec76e
[linux-2.6.git] / arch / um / kernel / tt / Makefile
1
2 # Copyright (C) 2002 - 2003 Jeff Dike (jdike@addtoit.com)
3 # Licensed under the GPL
4 #
5
6 obj-y = exec_kern.o exec_user.o gdb.o ksyms.o mem.o mem_user.o process_kern.o \
7         syscall_kern.o syscall_user.o tlb.o tracer.o trap_user.o \
8         uaccess.o uaccess_user.o
9
10 obj-$(CONFIG_PT_PROXY) += gdb_kern.o ptproxy/
11
12 USER_OBJS := gdb.o tracer.o
13
14 include arch/um/scripts/Makefile.rules