File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,8 @@ targets += vdso32/vdso32.lds $(vobjs32-y)
55
55
56
56
# Build the vDSO image C files and link them in.
57
57
vdso_img_objs := $(vdso_img-y:%=vdso-image-%.o )
58
- vdso_img_cfiles := $(vdso_img-y:%=vdso-image-%.c )
59
- vdso_img_sodbg := $(vdso_img-y:%=vdso%.so.dbg )
60
58
obj-y += $(vdso_img_objs )
61
- targets += $(vdso_img_cfiles )
62
- targets += $(vdso_img_sodbg ) $(vdso_img-y:%=vdso%.so )
59
+ targets += $(foreach x, 64 x32 32, vdso-image-$(x ) .c vdso$(x ) .so vdso$(x ) .so.dbg)
63
60
64
61
CPPFLAGS_vdso.lds += -P -C
65
62
@@ -190,5 +187,3 @@ GCOV_PROFILE := n
190
187
191
188
quiet_cmd_vdso_and_check = VDSO $@
192
189
cmd_vdso_and_check = $(cmd_vdso ) ; $(cmd_vdso_check )
193
-
194
- clean-files := vdso32.so vdso32.so.dbg vdso64* vdso-image-*.c vdsox32.so*
You can’t perform that action at this time.
0 commit comments