mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
850ded46c6
commit
55a6d00ed0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue