[PATCH] uml: move libc-dependent startup and signal code
[deliverable/linux.git] / arch / um / os-Linux / Makefile
CommitLineData
1da177e4
LT
1#
2# Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
3# Licensed under the GPL
4#
5
60d339f6
GS
6obj-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)/
1da177e4 8
60d339f6
GS
9USER_OBJS := aio.o elf_aux.o file.o process.o signal.o start_up.o time.o tt.o \
10 tty.o
1da177e4
LT
11
12CFLAGS_user_syms.o += -DSUBARCH_$(SUBARCH)
13
75e5584c
JD
14HAVE_AIO_ABI := $(shell [ -r /usr/include/linux/aio_abi.h ] && \
15 echo -DHAVE_AIO_ABI )
16CFLAGS_aio.o += $(HAVE_AIO_ABI)
17
1da177e4 18include arch/um/scripts/Makefile.rules
This page took 0.050665 seconds and 5 git commands to generate.