9f9daf5c178371138ad829194704d0e47ebc9eb6
[linux-flexiantxendom0-3.2.10.git] / arch / um / kernel / tt / ptproxy / Makefile
1
2 # Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 # Licensed under the GPL
4 #
5
6 obj-y = proxy.o ptrace.o sysdep.o wait.o
7
8 USER_OBJS := $(foreach file,$(obj-y),$(src)/$(file))
9
10 $(USER_OBJS) : %.o: %.c
11         $(CC) $(CFLAGS_$(notdir $@)) $(USER_CFLAGS) -c -o $@ $<