x86/platform/UV: Bring back the call to map_low_mmrs in uv_system_init
[deliverable/linux.git] / Documentation / vDSO / Makefile
CommitLineData
6a407a81 1ifndef CROSS_COMPILE
25b91ac2
PF
2# vdso_test won't build for glibc < 2.16, so disable it
3# hostprogs-y := vdso_test
15565829
PF
4hostprogs-$(CONFIG_X86) := vdso_standalone_test_x86
5vdso_standalone_test_x86-objs := vdso_standalone_test_x86.o parse_vdso.o
adb19fb6
PF
6vdso_test-objs := parse_vdso.o vdso_test.o
7
8# Tell kbuild to always build the programs
15565829 9always := $(hostprogs-y)
adb19fb6
PF
10
11HOSTCFLAGS := -I$(objtree)/usr/include -std=gnu99
15565829
PF
12HOSTCFLAGS_vdso_standalone_test_x86.o := -fno-asynchronous-unwind-tables -fno-stack-protector
13HOSTLOADLIBES_vdso_standalone_test_x86 := -nostdlib
60a95b77
PF
14ifeq ($(CONFIG_X86_32),y)
15HOSTLOADLIBES_vdso_standalone_test_x86 += -lgcc_s
16endif
6a407a81 17endif
This page took 0.101645 seconds and 5 git commands to generate.