aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2020-01-30 17:31:53 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2020-02-19 21:07:08 +1100
commit8cbb00a901037986f4066e2fc0d36a4882475662 (patch)
tree26641220de6910b9f850952f8e9e56648c77590c
parentpowerpc/pseries/vio: Remove stray #ifdef CONFIG_PPC_PSERIES (diff)
downloadlinux-dev-8cbb00a901037986f4066e2fc0d36a4882475662.tar.xz
linux-dev-8cbb00a901037986f4066e2fc0d36a4882475662.zip
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
-rw-r--r--arch/powerpc/platforms/pseries/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/pseries/Makefile b/arch/powerpc/platforms/pseries/Makefile
index a3c74a5cf20d..c8a2b0b05ac0 100644
--- a/arch/powerpc/platforms/pseries/Makefile
+++ b/arch/powerpc/platforms/pseries/Makefile
@@ -29,6 +29,4 @@ obj-$(CONFIG_PPC_SPLPAR) += vphn.o
obj-$(CONFIG_PPC_SVM) += svm.o
obj-$(CONFIG_FA_DUMP) += rtas-fadump.o
-ifdef CONFIG_PPC_PSERIES
obj-$(CONFIG_SUSPEND) += suspend.o
-endif