Commit 55a6d00e authored by Masahiro Yamada's avatar Masahiro Yamada

x86/build/vdso: fix missing FORCE for *.so build rule

Add FORCE so that if_changed can detect the command line change.
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 850ded46
......@@ -131,7 +131,7 @@ $(obj)/%-x32.o: $(obj)/%.o FORCE
targets += vdsox32.lds $(vobjx32s-y)
$(obj)/%.so: OBJCOPYFLAGS := -S --remove-section __ex_table
$(obj)/%.so: $(obj)/%.so.dbg
$(obj)/%.so: $(obj)/%.so.dbg FORCE
$(call if_changed,objcopy)
$(obj)/vdsox32.so.dbg: $(obj)/vdsox32.lds $(vobjx32s) FORCE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment