OSDN Git Service

powerpc: vdso: Make vdso32 installation conditional in vdso_install
authorBen Hutchings <ben@decadent.org.uk>
Fri, 22 Mar 2019 04:24:37 +0000 (04:24 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 20 Apr 2019 12:02:12 +0000 (22:02 +1000)
commitff6d27823f619892ab96f7461764840e0d786b15
tree7ab191e6718c0ca8a882bde136525760db5635e8
parenteea86aa4171d4960f0fcdc99dab358c224d53ffe
powerpc: vdso: Make vdso32 installation conditional in vdso_install

The 32-bit vDSO is not needed and not normally built for 64-bit
little-endian configurations.  However, the vdso_install target still
builds and installs it.  Add the same config condition as is normally
used for the build.

Fixes: e0d005916994 ("powerpc/vdso: Disable building the 32-bit VDSO ...")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Makefile