kbuild: enable 'make CFLAGS=...' to add additional options to CC
[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
e182c965 7obj-y = bug.o bugs.o delay.o fault.o ldt.o mem.o ptrace.o ptrace_user.o \
13c06be3
JD
8 setjmp.o sigcontext.o signal.o syscalls.o syscall_table.o sysrq.o \
9 ksyms.o 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
7b12b913 19USER_OBJS := ptrace_user.o sigcontext.o
ba9950c8 20
cb8aa3d2
PBG
21USER_OBJS += user-offsets.s
22extra-y += user-offsets.s
1da177e4 23
7b99edc7 24extra-$(CONFIG_MODE_TT) += unmap.o
d67b569f 25
7b12b913
PBG
26UNPROFILE_OBJS := stub_segv.o
27CFLAGS_stub_segv.o := $(CFLAGS_NO_HARDENING)
28
cb8aa3d2
PBG
29include arch/um/scripts/Makefile.rules
30
a0f97e06 31$(obj)/unmap.%: _c_flags = $(call unprofile,$(KBUILD_CFLAGS))
This page took 0.268503 seconds and 5 git commands to generate.