ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / um / os-Linux / Makefile
1
2 # Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
3 # Licensed under the GPL
4 #
5
6 obj-y = file.o process.o tty.o drivers/
7
8 USER_OBJS := $(foreach file,file.o process.o tty.o,$(obj)/$(file))
9
10 $(USER_OBJS) : %.o: %.c
11         $(CC) $(CFLAGS_$(notdir $@)) $(USER_CFLAGS) -c -o $@ $<
12
13 clean :
14
15 archmrproper: