initial commit with v2.6.9
[linux-2.6.9-moxart.git] / arch / um / kernel / tt / ptproxy / Makefile
blob9f9daf5c178371138ad829194704d0e47ebc9eb6
1 #
2 # Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 # Licensed under the GPL
6 obj-y = proxy.o ptrace.o sysdep.o wait.o
8 USER_OBJS := $(foreach file,$(obj-y),$(src)/$(file))
10 $(USER_OBJS) : %.o: %.c
11 $(CC) $(CFLAGS_$(notdir $@)) $(USER_CFLAGS) -c -o $@ $<