Merge branch 'drm-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6
[sfrench/cifs-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 = aio.o elf_aux.o file.o process.o signal.o start_up.o time.o tt.o \
7         tty.o user_syms.o drivers/ sys-$(SUBARCH)/
8
9 USER_OBJS := aio.o elf_aux.o file.o process.o signal.o start_up.o time.o tt.o \
10         tty.o
11
12 elf_aux.o: $(ARCH_DIR)/kernel-offsets.h
13 CFLAGS_elf_aux.o += -I$(objtree)/arch/um
14
15 CFLAGS_user_syms.o += -DSUBARCH_$(SUBARCH)
16
17 HAVE_AIO_ABI := $(shell [ -r /usr/include/linux/aio_abi.h ] && \
18         echo -DHAVE_AIO_ABI )
19 CFLAGS_aio.o += $(HAVE_AIO_ABI)
20
21 include arch/um/scripts/Makefile.rules