Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame^] | 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 |