]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/um/os-Linux/Makefile
Linux-2.6.12-rc2
[mirror_ubuntu-artful-kernel.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