Pull define-node-cleanup into release branch
[linux-2.6-block.git] / arch / um / kernel / skas / Makefile
CommitLineData
1da177e4
LT
1#
2# Copyright (C) 2002 - 2004 Jeff Dike (jdike@addtoit.com)
3# Licensed under the GPL
4#
5
9786a8f3 6obj-y := clone.o exec_kern.o mem.o mem_user.o mmu.o process.o process_kern.o \
e32dacb9 7 syscall.o tlb.o trap_user.o uaccess.o
1da177e4 8
9786a8f3 9USER_OBJS := process.o clone.o
1da177e4
LT
10
11include arch/um/scripts/Makefile.rules
9786a8f3
BS
12
13# clone.o is in the stub, so it can't be built with profiling
14$(obj)/clone.o : c_flags = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS))