UML: remove unnecessary hostfs_getattr()
[deliverable/linux.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
This page took 0.067894 seconds and 5 git commands to generate.