We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf532c commit 8d75785Copy full SHA for 8d75785
arch/arm64/Makefile
@@ -165,6 +165,7 @@ zinstall install:
165
PHONY += vdso_install
166
vdso_install:
167
$(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso $@
168
+ $(Q)$(MAKE) $(build)=arch/arm64/kernel/vdso32 $@
169
170
# We use MRPROPER_FILES and CLEAN_FILES now
171
archclean:
arch/arm64/kernel/vdso32/Makefile
@@ -208,7 +208,7 @@ quiet_cmd_vdsosym = VDSOSYM $@
208
cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
209
210
# Install commands for the unstripped file
211
-quiet_cmd_vdso_install = INSTALL $@
+quiet_cmd_vdso_install = INSTALL32 $@
212
cmd_vdso_install = cp $(obj)/$@.dbg $(MODLIB)/vdso/vdso32.so
213
214
vdso.so: $(obj)/vdso.so.dbg
0 commit comments