|
|
| File: [Development] / linux-2.6-xfs / arch / um / os-Linux / Makefile (download)
Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.6.0 |
# # Copyright (C) 2000 Jeff Dike (jdike@karaya.com) # Licensed under the GPL # obj-y = file.o process.o tty.o drivers/ USER_OBJS := $(foreach file,file.o process.o tty.o,$(obj)/$(file)) $(USER_OBJS) : %.o: %.c $(CC) $(CFLAGS_$(notdir $@)) $(USER_CFLAGS) -c -o $@ $< clean : archmrproper: