Merge tag 'master-2014-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
[deliverable/linux.git] / Documentation / vDSO / Makefile
CommitLineData
25b91ac2
PF
1# vdso_test won't build for glibc < 2.16, so disable it
2# hostprogs-y := vdso_test
15565829
PF
3hostprogs-$(CONFIG_X86) := vdso_standalone_test_x86
4vdso_standalone_test_x86-objs := vdso_standalone_test_x86.o parse_vdso.o
adb19fb6
PF
5vdso_test-objs := parse_vdso.o vdso_test.o
6
7# Tell kbuild to always build the programs
15565829 8always := $(hostprogs-y)
adb19fb6
PF
9
10HOSTCFLAGS := -I$(objtree)/usr/include -std=gnu99
15565829
PF
11HOSTCFLAGS_vdso_standalone_test_x86.o := -fno-asynchronous-unwind-tables -fno-stack-protector
12HOSTLOADLIBES_vdso_standalone_test_x86 := -nostdlib
60a95b77
PF
13ifeq ($(CONFIG_X86_32),y)
14HOSTLOADLIBES_vdso_standalone_test_x86 += -lgcc_s
15endif
This page took 0.151321 seconds and 5 git commands to generate.