allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / um / kernel / tt / Makefile
blob6939e5af8472ceecf90fa878c72a4b0e927ec76e
1 #
2 # Copyright (C) 2002 - 2003 Jeff Dike (jdike@addtoit.com)
3 # Licensed under the GPL
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
10 obj-$(CONFIG_PT_PROXY) += gdb_kern.o ptproxy/
12 USER_OBJS := gdb.o tracer.o
14 include arch/um/scripts/Makefile.rules