[PATCH] uml: fix compilation and execution with hardened GCC
[deliverable/linux.git] / arch / um / sys-x86_64 / Makefile
CommitLineData
1da177e4
LT
1#
2# Copyright 2003 PathScale, Inc.
3#
4# Licensed under the GPL
5#
6
de2fe5e0 7obj-y = bugs.o delay.o fault.o ldt.o mem.o ptrace.o ptrace_user.o \
aa6758d4
PBG
8 sigcontext.o signal.o syscalls.o syscall_table.o sysrq.o ksyms.o \
9 tls.o
1da177e4 10
de2fe5e0
AV
11obj-$(CONFIG_MODE_SKAS) += stub.o stub_segv.o
12obj-$(CONFIG_MODULES) += um_module.o
23352fc2 13
de2fe5e0
AV
14subarch-obj-y = lib/bitops.o lib/csum-partial.o lib/memcpy.o lib/thunk.o
15subarch-obj-$(CONFIG_MODULES) += kernel/module.o
1da177e4 16
de2fe5e0 17ldt-y = ../sys-i386/ldt.o
1da177e4 18
de2fe5e0 19USER_OBJS := ptrace_user.o sigcontext.o stub_segv.o
ba9950c8 20
cb8aa3d2
PBG
21USER_OBJS += user-offsets.s
22extra-y += user-offsets.s
1da177e4 23
275e6e1e
PBG
24CFLAGS_stub_segv.o := $(CFLAGS_NO_HARDENING)
25
7b99edc7 26extra-$(CONFIG_MODE_TT) += unmap.o
d67b569f 27
cb8aa3d2
PBG
28include arch/um/scripts/Makefile.rules
29
7b99edc7
AV
30$(obj)/stub_segv.o $(obj)/unmap.o: \
31 _c_flags = $(call unprofile,$(CFLAGS))
This page took 0.132421 seconds and 5 git commands to generate.