Re: [PATCH 2/2] pseries/makefile: Remove CONFIG_PPC_PSERIES check
From: Tyrel Datwyler <tyreld@linux.ibm.com>
Date: 2020-01-31 00:41:04
From: Tyrel Datwyler <tyreld@linux.ibm.com>
Date: 2020-01-31 00:41:04
On 1/29/20 10:31 PM, Oliver O'Halloran wrote:
The platform 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>