vserver 2.0 rc7
[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 = elf_aux.o file.o process.o signal.o time.o tty.o user_syms.o drivers/ \
7         sys-$(SUBARCH)/
8
9 USER_OBJS := elf_aux.o file.o process.o signal.o time.o tty.o
10
11 CFLAGS_user_syms.o += -DSUBARCH_$(SUBARCH)
12
13 include arch/um/scripts/Makefile.rules