File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 3
3
# Building vDSO images for sparc.
4
4
#
5
5
6
- VDSO64-$(CONFIG_SPARC64) := y
7
- VDSOCOMPAT-$(CONFIG_COMPAT) := y
8
-
9
6
# files to link into the vdso
10
7
vobjs-y := vdso-note.o vclock_gettime.o
11
8
12
9
# files to link into kernel
13
10
obj-y += vma.o
14
11
15
12
# 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
18
15
19
16
vobjs := $(foreach F,$(vobjs-y ) ,$(obj ) /$F)
20
17
21
18
$(obj ) /vdso.o : $(obj ) /vdso.so
22
19
23
20
targets += 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 )
28
21
targets += $(foreach x, 32 64, vdso-image-$(x ) .c vdso$(x ) .so vdso$(x ) .so.dbg)
29
22
30
23
CPPFLAGS_vdso.lds += -P -C
You can’t perform that action at this time.
0 commit comments