File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ obj-$(CONFIG_IA32_EMULATION) += vdso-image-32.o vdso32-setup.o
40
40
41
41
OBJECT_FILES_NON_STANDARD_vdso32-setup.o := n
42
42
43
- vobjs := $(foreach F, $(vobjs-y ) , $( obj ) /$F )
44
- vobjs32 := $(foreach F, $(vobjs32-y ) , $( obj ) /$F )
43
+ vobjs := $(addprefix $( obj ) /, $(vobjs-y ) )
44
+ vobjs32 := $(addprefix $( obj ) /, $(vobjs32-y ) )
45
45
46
46
$(obj ) /vdso.o : $(obj ) /vdso.so
47
47
@@ -112,7 +112,7 @@ VDSO_LDFLAGS_vdsox32.lds = -m elf32_x86_64 -soname linux-vdso.so.1 \
112
112
vobjx32s-y := $(vobjs-y:.o=-x32.o )
113
113
114
114
# same thing, but in the output directory
115
- vobjx32s := $(foreach F, $(vobjx32s-y ) , $( obj ) /$F )
115
+ vobjx32s := $(addprefix $( obj ) /, $(vobjx32s-y ) )
116
116
117
117
# Convert 64bit object file to x32 for x32 vDSO.
118
118
quiet_cmd_x32 = X32 $@
You can’t perform that action at this time.
0 commit comments