File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# Building vDSO images for sparc.
44#
55
6- VDSO64-$(CONFIG_SPARC64) := y
7- VDSOCOMPAT-$(CONFIG_COMPAT) := y
8-
96# files to link into the vdso
107vobjs-y := vdso-note.o vclock_gettime.o
118
129# files to link into kernel
1310obj-y += vma.o
1411
1512# vDSO images to build
16- vdso_img -$(VDSO64-y ) += 64
17- vdso_img -$(VDSOCOMPAT-y) += 32
13+ obj -$(CONFIG_SPARC64 ) += vdso-image-64.o
14+ obj -$(CONFIG_COMPAT) += vdso-image-32.o
1815
1916vobjs := $(foreach F,$(vobjs-y ) ,$(obj ) /$F)
2017
2118$(obj ) /vdso.o : $(obj ) /vdso.so
2219
2320targets += vdso.lds $(vobjs-y )
24-
25- # Build the vDSO image C files and link them in.
26- vdso_img_objs := $(vdso_img-y:%=vdso-image-%.o )
27- obj-y += $(vdso_img_objs )
2821targets += $(foreach x, 32 64, vdso-image-$(x ) .c vdso$(x ) .so vdso$(x ) .so.dbg)
2922
3023CPPFLAGS_vdso.lds += -P -C
You can’t perform that action at this time.
0 commit comments