vserver 2.0 rc7
[linux-2.6.git] / arch / um / os-Linux / Makefile
index f837812..4ddf540 100644 (file)
@@ -7,9 +7,7 @@ obj-y = elf_aux.o file.o process.o signal.o time.o tty.o user_syms.o drivers/ \
        sys-$(SUBARCH)/
 
 USER_OBJS := elf_aux.o file.o process.o signal.o time.o tty.o
-USER_OBJS := $(foreach file,$(USER_OBJS),$(obj)/$(file))
-
-$(USER_OBJS) : %.o: %.c
-       $(CC) $(CFLAGS_$(notdir $@)) $(USER_CFLAGS) -c -o $@ $<
 
 CFLAGS_user_syms.o += -DSUBARCH_$(SUBARCH)
+
+include arch/um/scripts/Makefile.rules