ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.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 $@ $<
12
13 clean: