forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/powerpc/platforms/85xx/Makefile
....@@ -3,7 +3,9 @@
33 # Makefile for the PowerPC 85xx linux kernel.
44 #
55 obj-$(CONFIG_SMP) += smp.o
6
-obj-$(CONFIG_FSL_PMC) += mpc85xx_pm_ops.o
6
+ifneq ($(CONFIG_FSL_CORENET_RCPM),y)
7
+obj-$(CONFIG_SMP) += mpc85xx_pm_ops.o
8
+endif
79
810 obj-y += common.o
911