]> git.baikalelectronics.ru Git - kernel.git/commit
sparc: vdso: clean-up vdso Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 12 Sep 2018 03:39:13 +0000 (12:39 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Oct 2018 05:42:01 +0000 (22:42 -0700)
commitf9b2e3685674cc60915a04f2033486fbbd04025b
tree3b647114528293db2ee27879f7f4877aef8ed34f
parentb8f7c4c448f69636947a451d1908c56b635bc36a
sparc: vdso: clean-up vdso Makefile

arch/sparc/vdso/Makefile is a replica of arch/x86/entry/vdso/Makefile.

Clean-up the Makefile in the same way as I did for x86:

 - Remove unnecessary export
 - Put the generated linker script to $(obj)/ instead of $(src)/
 - Simplify cmd_vdso2c

The corresponding x86 commits are:

 - 1338daba41d3 ("x86/build/vdso: Remove unnecessary export in Makefile")
 - 7454fd32d923 ("x86/build/vdso: Put generated linker scripts to $(obj)/")
 - 82ca1c14f2d4 ("x86/build/vdso: Simplify 'cmd_vdso2c'")

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/vdso/Makefile