powerpc/pseries/Makefile: Remove CONFIG_PPC_PSERIES check
authorOliver O'Halloran <oohall@gmail.com>
Thu, 30 Jan 2020 06:31:53 +0000 (17:31 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 19 Feb 2020 10:07:08 +0000 (21:07 +1100)
commit8cbb00a901037986f4066e2fc0d36a4882475662
tree26641220de6910b9f850952f8e9e56648c77590c
parentf98df5ed0a670f2c4c1a50d7901acbb862a247c7
powerpc/pseries/Makefile: Remove CONFIG_PPC_PSERIES check

The pseries Makefile (arch/powerpc/platforms/pseries/Makefile) is only
included by the platform Makefile (arch/powerpc/platform/Makefile)
when CONFIG_PPC_PSERIES is selected, so checking for
CONFIG_PPC_PSERIES in the pseries Makefile is pointless.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Reviewed-by: Tyrel Datwyler <tyreld@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200130063153.19915-2-oohall@gmail.com
arch/powerpc/platforms/pseries/Makefile